Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Edit Typeable
authored
Sep 19, 2014
by
Simon Peyton Jones
Hide whitespace changes
Inline
Side-by-side
typeable.md
View page @
a1963aba
...
...
@@ -32,7 +32,7 @@ Consider the following GADT
```
wiki
data TypeRep (a :: k) where
TRApp :: TypeRep a -> TypeRep b -> TypeRep (a b)
TRCon :: TyCon a
TRCon :: TyCon a
-> TypeRep a
```
...
...