..
Bool
Add some algebra implementations
2020-07-17 08:25:20 -05:00
Fin
Cut relation implicit args
2021-11-25 00:26:57 +00:00
IOArray
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
List
Moving Data.List.HasLength into base ( #2844 )
2023-01-16 00:07:21 -06:00
List1
[ base ] Port most of List.Quantifiers to List1
2022-06-09 09:05:10 +02:00
Nat
[ papers ] Tychonoff (Part I) ( #2332 )
2022-02-24 11:12:53 +00:00
Primitives
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
SnocList
[ cleanup ] Make existing equality proofs a bit cleaner
2022-05-20 11:50:46 +01:00
SortedMap
[ contrib ] move SortedMap and SortedSet to base ( #2884 )
2023-02-16 11:02:43 -06:00
Vect
[new] Vect.Quantifiers.All QoL ( #2843 )
2023-01-09 00:57:00 -06:00
Bifoldable.idr
[ cleanup ] bifoldMap already in Prelude
2022-11-03 14:11:15 +00:00
Bits.idr
[ new ] Implement bit-rotation operators ( #2903 )
2023-03-04 14:41:54 +00:00
Bool.idr
Use Not instead of -> Void ( #1667 )
2021-07-13 15:32:01 +01:00
Buffer.idr
[ new ] missing buffer primitives ( #2893 )
2023-02-26 17:50:52 +00:00
Colist1.idr
[ fix #2034 ] Productive cantor for Colist1
2021-10-21 16:01:02 +01:00
Colist.idr
[ cleanup ] Remove unused imports ( #2123 )
2021-11-18 16:47:36 +00:00
Contravariant.idr
[ cleanup ] Move left autos that are most likely to be passed explicitly
2021-10-25 13:17:03 +01:00
DPair.idr
[ papers ] Tychonoff (Part I) ( #2332 )
2022-02-24 11:12:53 +00:00
Either.idr
Injective interface and its implementations ( #2114 )
2021-11-26 10:55:17 +00:00
Fin.idr
[ new ] Implement bit-rotation operators ( #2903 )
2023-03-04 14:41:54 +00:00
Fuel.idr
[ libs ] Strengthen some totality checks ( #2304 )
2022-02-03 18:41:51 +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
[ cleanup ] Remove unused imports ( #2123 )
2021-11-18 16:47:36 +00:00
IORef.idr
Add totality annotations to src
and libs/{prelude, base}
2021-06-12 21:06:08 -05:00
List1.idr
[ new ] Introduce a Biinjective
interface
2022-05-20 11:50:46 +01:00
List.idr
[ performance ] More stack safety in the Prelude ( #2704 )
2022-10-26 09:54:53 +01:00
Maybe.idr
[ base ] Add some more properties, functions and interface implementations ( #2361 )
2022-03-23 13:33:13 +00:00
Morphisms.idr
[ breaking ] remove parsing of dangling binders ( #1711 )
2021-08-10 19:24:32 +01:00
Nat.idr
Refactor Data.Nat to use preorder reasoning to improve readability
2023-03-03 15:45:31 +00: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
Singleton.idr
Add Singleton type
2022-01-19 14:22:40 +00:00
SnocList.idr
[ new ] deriving Show ( #2741 )
2022-11-02 11:57:07 +00:00
So.idr
[ base ] Add a function returning Dec
for So
2022-06-17 19:52:35 +01:00
SortedMap.idr
[ contrib ] move SortedMap and SortedSet to base ( #2884 )
2023-02-16 11:02:43 -06:00
SortedSet.idr
[ contrib ] move SortedMap and SortedSet to base ( #2884 )
2023-02-16 11:02:43 -06:00
Stream.idr
[ fix #2034 ] Productive cantor for Colist1
2021-10-21 16:01:02 +01:00
String.idr
Public export remaining function to allow for proofs involving parsing numbers.
2022-07-18 14:10:05 +01:00
These.idr
[ minor, base ] Relax requirement of the These.bifold
2023-01-26 22:15:15 +00:00
Vect.idr
[ new ] Couple of useful things for Vect ( #2904 )
2023-03-03 15:58:44 +00:00
Zippable.idr
Make zip
infixr 6
2021-02-23 10:54:28 +00:00