ref: 94e28af38c7cac02c5b592dbbb3d6205d37cb2f2
parent: dfe3ca01782c70e9daf16165441af0eba8cfda8d
author: Ori Bernstein <[email protected]>
date: Sat Jun 30 14:48:51 EDT 2012
Frob the proposed syntax. I'm not acutally sure how I want binds in matches to look. Meh.
--- a/test/matchbind.myr
+++ b/test/matchbind.myr
@@ -12,7 +12,7 @@
`Int 127:
-> 42
;;
- `Int (var x):
+ `Int x:
-> x
;;
`Chr 'a':