1
0
forked from GitHub/gf-core

Added | syntax for variants.

This commit is contained in:
bjorn
2008-10-03 07:35:26 +00:00
parent b7fe4eacc9
commit 1e8699d159
6 changed files with 279 additions and 259 deletions

View File

@@ -209,6 +209,7 @@ data Exp =
| EExtend Exp Exp
| EGlue Exp Exp
| EConcat Exp Exp
| EVariant Exp Exp
| EAbstr [Bind] Exp
| ECTable [Bind] Exp
| EProd Decl Exp