Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- z4.hs:11:28: error: Not in scope: type variable ‘a’
- |
- 11 | case eqTypeRep (typeRep @a) (typeRep @b) of
- | ^
- z4.hs:11:41: error: Not in scope: type variable ‘b’
- |
- 11 | case eqTypeRep (typeRep @a) (typeRep @b) of
- |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement