Idris-dev/test/reg057
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
..
expected Allow class constraints to be named 2015-01-01 22:51:47 +00:00
reg057.idr Allow class constraints to be named 2015-01-01 22:51:47 +00:00
run Allow class constraints to be named 2015-01-01 22:51:47 +00:00