Idris2/libs
MarcelineVQ 5c76053cf3 change StateT, swap result parameters
Nipping this historical artifact in the bud before it roots. It's often
useful to be able to `map` directly to the result of a StateT computation
and due to how Functor works this is made harder when the tuple is
(a,state) vs (state,a)
2020-09-15 09:23:41 +01:00
..
base change StateT, swap result parameters 2020-09-15 09:23:41 +01:00
contrib [contrib] Add misc libraries to contrib (#667) 2020-09-14 16:22:46 +01:00
network Use the same naming convention for foreign primitives 2020-08-19 14:05:28 +01:00
prelude add semigroup/monoid instances for Unit/() 2020-09-02 08:42:00 +01:00