Idris-dev/test/test027
Edwin Brady 5b2f0910a9 Allow type class constraints in 'using' clauses
e.g. if a using block is given as

using (C a b c)
    block

Then any declaration in the block which uses all of a, b and c in
its type will have the class constraint C a b c added implicitly.

See test027 for an example
2013-05-16 19:27:45 +01:00
..
expected Allow type class constraints in 'using' clauses 2013-05-16 19:27:45 +01:00
run Allow type class constraints in 'using' clauses 2013-05-16 19:27:45 +01:00
test027.idr Allow type class constraints in 'using' clauses 2013-05-16 19:27:45 +01:00