Commit Graph

1 Commits

Author SHA1 Message Date
Edwin Brady
7c34217af9 Allow class constraints to be named
Like so:
foo : (c : Show a) => List a -> String

This means that type classes can be used as indices/parameteres of data
types (e.g. to ensure a dictionary is unchanging across a structure).
Fixes #646
2015-01-01 22:51:47 +00:00