pure
pure copied to clipboard
Record types
Haskell's record syntax can be a useful user-facing feature. We should implement some variant of it - either as a syntactic sugar (as in Haskell), or actual record types (in which case this relates to #46).
Suggested by QuviQ.
@KacperFKorban suggested also considering this proposal concerning record "dot" syntax.