..
Bool
Add some algebra implementations
2020-07-17 08:25:20 -05:00
Fin
clean up some deprecations ( #2057 )
2021-10-24 12:06:57 +01:00
IOArray
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
List
Define and implement Relation interfaces ( #1472 )
2021-07-09 09:06:27 +01:00
Nat
clean up some deprecations ( #2057 )
2021-10-24 12:06:57 +01:00
Primitives
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
SnocList
module Data.SnocList.Elem ( #1478 )
2021-06-28 20:34:39 +01:00
Vect
[ base ] Indexing Vectors. ( #1892 )
2021-09-09 10:45:11 +01:00
Bifoldable.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
Bits.idr
[ new ] Missing integer type interfaces ( #1629 )
2021-06-28 20:00:10 +01:00
Bool.idr
Use Not instead of -> Void ( #1667 )
2021-07-13 15:32:01 +01:00
Buffer.idr
Add copyFile to System.File ( #1797 )
2021-08-30 15:31:37 +01:00
Colist1.idr
[ fix #2034 ] Productive cantor for Colist1
2021-10-21 16:01:02 +01:00
Colist.idr
[ breaking ] remove parsing of dangling binders ( #1711 )
2021-08-10 19:24:32 +01:00
Contravariant.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
DPair.idr
[ contrib ] Make sorted map be able to store dependently typed values
2021-09-02 10:57:19 +01:00
Either.idr
[ base ] Add couple of properties of either
function with mappings
2021-10-18 20:11:38 +01:00
Fin.idr
[ new ] Some optimisations mainly involving Nat and Fin ( #1817 )
2021-10-07 19:21:32 +01:00
Fuel.idr
[ new ] Proof search from 'Applications of Applicative Proof Search' ( #1093 )
2021-03-01 08:29:43 +00:00
Fun.idr
Some cleanup was done. Changed code is mosly equivalent to the former.
2021-02-16 19:05:33 +00:00
IOArray.idr
Return Bool from IOArray.writeArray
2021-07-15 22:16:22 +01:00
IORef.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
List1.idr
[ fix #1782 ] remove the case-specific code
2021-07-26 17:03:16 +01:00
List.idr
[ fix #2034 ] Productive cantor for Colist1
2021-10-21 16:01:02 +01:00
Maybe.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
Morphisms.idr
[ breaking ] remove parsing of dangling binders ( #1711 )
2021-08-10 19:24:32 +01:00
Nat.idr
Define and implement Relation interfaces ( #1472 )
2021-07-09 09:06:27 +01:00
Ref.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
Rel.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
SnocList.idr
[ base ] add List functions ( #1550 )
2021-07-01 08:00:12 +01:00
So.idr
[ fix #899 ] Be careful when generating an impossible LHS ( #1081 )
2021-02-22 09:53:30 +00:00
Stream.idr
[ fix #2034 ] Productive cantor for Colist1
2021-10-21 16:01:02 +01:00
String.idr
clean up some deprecations ( #2057 )
2021-10-24 12:06:57 +01:00
These.idr
[ base ] swap for these
2021-10-17 16:57:04 +01:00
Vect.idr
Return a Vect from Stream take ( #1812 )
2021-08-30 16:00:20 +01:00
Zippable.idr
Make zip
infixr 6
2021-02-23 10:54:28 +00:00