Commit Graph

5 Commits

Author SHA1 Message Date
Edwin Brady
f733bf0e30 Only allow @ patterns on LHS
It's meaningless on the RHS and clashes with explicit instances, so
should be disallowed in the parser.
2014-12-21 01:10:06 +00:00
Edwin Brady
941ba6eacb Implemented @-patterns
By popular request. Fixes #1706.

It's not the most efficient desugaring, merely translating the @s on the
left to lets on the right, so the case tree builder won't be aware of
it. Still, it provides the notation and it works nicely with showing
what is in scope and what is available in the prover and so on.
2014-12-15 00:09:56 +00:00
BlackBrane
1356047c9c update test/reg050/expected [2] 2014-11-02 23:25:34 +01:00
BlackBrane
9090a46793 update test/reg050/expected 2014-11-02 22:47:16 +01:00
Melvar Chen
5d25ac8211 Add regression test for operators starting with "!" 2014-07-30 00:47:17 +02:00