Type functions
From HaskellWiki
(Difference between revisions)
m |
m |
||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
| - | + | GHC supports type functions in the form of [[GHC/Type families|type families]]. | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
[[Category:Proposals]] | [[Category:Proposals]] | ||
[[Category:Type-level programming]] | [[Category:Type-level programming]] | ||
Current revision
GHC supports type functions in the form of type families.
