..
Bool
Add some algebra implementations
2020-07-17 08:25:20 -05:00
Fin
Remove trailing whitespaces and add trailing newlines
2021-01-16 10:00:03 +00:00
IOArray
Add experimental support for linear arrays
2020-06-12 14:08:00 +01:00
List
RefC Integer Support ( #1480 )
2021-06-03 10:44:42 +01:00
Nat
[ fix #637 ] force indentation after a with
2021-02-23 10:52:22 +00:00
Primitives
[base] Minor: change the order of terms in the IntegerView ( #1327 )
2021-04-23 14:52:44 +01:00
Vect
Relax some linearities in the base libraries
2020-12-29 21:34:35 +00:00
Bifoldable.idr
[ new ] Add Bifoldable and Bitraversable interfaces to Prelude ( #1265 )
2021-04-08 17:25:37 +01:00
Bits.idr
Add Data.Bits to base ( #1033 )
2021-03-04 20:59:56 +00:00
Bool.idr
[ base ] Not (a == b)
implies not a == b
( #1315 )
2021-04-22 13:16:26 +01:00
Buffer.idr
Add RefC Buffer support
2021-05-20 14:25:16 +01:00
Colist1.idr
Cleanup List1 ( #1091 )
2021-03-17 14:07:52 +00:00
Colist.idr
colist
2021-03-15 13:36:05 +00:00
Contravariant.idr
[ new ] add Contravariant interface
2021-04-25 10:41:36 +01:00
DPair.idr
[ new ] Interface implementations for Subset
2021-03-09 11:25:03 +00:00
Either.idr
Add Bifunctor interface ( #701 )
2020-09-30 10:51:07 +01:00
Fin.idr
[ fix #1453 ] rename cast -> coerce ( #1468 )
2021-05-26 08:12:58 +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
IOArray.fromList moved to HasIO
2021-02-06 20:37:15 +00:00
IORef.idr
removed trailing whitespace ( #955 )
2021-01-21 11:33:03 +00:00
List1.idr
Add foldMap
to Foldable
( #1483 )
2021-06-01 15:05:04 +01:00
List.idr
[ cleanup ] Annotate JS backend sources ( #1425 )
2021-05-18 12:37:51 +01:00
Maybe.idr
REPL commands: load-package & fuzzy-search ( #1318 )
2021-04-25 09:13:55 +01:00
Morphisms.idr
[ new ] add Contravariant interface
2021-04-25 10:41:36 +01:00
Nat.idr
Add foldMap
to Foldable
( #1483 )
2021-06-01 15:05:04 +01:00
Ref.idr
[ fix #657 ] RigCount for interface parameters ( #808 )
2020-12-11 11:58:26 +00:00
Rel.idr
[contrib] Add misc libraries to contrib ( #667 )
2020-09-14 16:22:46 +01:00
SnocList.idr
[ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] ( #1383 )
2021-05-20 12:56:25 +01:00
So.idr
[ fix #899 ] Be careful when generating an impossible LHS ( #1081 )
2021-02-22 09:53:30 +00:00
Stream.idr
Add Path@contrib & small changes ( #1229 )
2021-03-25 16:01:32 +00:00
String.idr
Use transforms for fastPack/fastUnpack
2021-04-29 23:17:29 +01:00
Strings.idr
[ refactor ] Rename Data.Strings to Data.String (1/2) ( #987 )
2021-01-27 19:18:34 +00:00
These.idr
[ new ] Add Bifoldable and Bitraversable interfaces to Prelude ( #1265 )
2021-04-08 17:25:37 +01:00
Vect.idr
Add foldMap
to Foldable
( #1483 )
2021-06-01 15:05:04 +01:00
Zippable.idr
Make zip
infixr 6
2021-02-23 10:54:28 +00:00