summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/TypeLits.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Add functions that compare singletons for equality (with evidence)Iavor S. Diatchki2012-12-221-0/+40
* typoGabor Greif2012-11-301-1/+1
* typoGabor Greif2012-11-211-1/+1
* Declare a family for subtraction.Iavor S. Diatchki2012-11-111-0/+5
* Update library to avoid using `Any` (also, replace fun-dep with type fam.)Iavor S. Diatchki2012-10-151-22/+33
* Add unary natural numbers to experiment on matching with literals.Iavor S. Diatchki2012-09-291-1/+15
* Add missing instances for (<=)Iavor S. Diatchki2012-09-091-1/+2
* Make Sing kind-polymorphicSimon Peyton Jones2012-06-071-1/+1
* Update to support singleton types with custom implementations.Iavor S. Diatchki2012-05-121-37/+62
* Modify 'SingRep' to support arbitrary singleton types.Iavor S. Diatchki2012-05-111-8/+25
* Add a type-family for comparing numbers.Iavor S. Diatchki2012-04-301-1/+3
* Rewrite to use just one notion of singletons.Iavor S. Diatchki2012-04-081-94/+46
* Revert IsEven to the way it was.Iavor S. Diatchki2012-03-221-2/+2
* Fix the type of IsEvenIavor S. Diatchki2012-03-211-2/+2
* Add some useful functions for working with type literals.Iavor S. Diatchki2012-03-191-3/+99
* Rename GHC.TypeNats to GHC.TypeList, cleanup, add type-level strings.Iavor S. Diatchki2012-01-241-0/+95