Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- polimophicField is one of: Car, Bike, Horse
- data CustomType = { field :: String, polimorphicField :: ??}
- -- this one requires to change for (CustomType a) everywhere
- data CustomType a = { field :: String, polimorphicField :: a}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement