diff options
Diffstat (limited to 'src/GF/Source/AbsGF.hs')
| -rw-r--r-- | src/GF/Source/AbsGF.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Source/AbsGF.hs b/src/GF/Source/AbsGF.hs index 0a14d2e98..5a144f20f 100644 --- a/src/GF/Source/AbsGF.hs +++ b/src/GF/Source/AbsGF.hs @@ -167,6 +167,7 @@ data Exp = | EQCons Ident Ident | EApp Exp Exp | ETable [Case] + | EVTable Exp [Exp] | ETTable Exp [Case] | ECase Exp [Case] | EVariants [Exp] |
