summaryrefslogtreecommitdiff
path: root/src/GF/Devel/Compile/SourceToGF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Devel/Compile/SourceToGF.hs')
-rw-r--r--src/GF/Devel/Compile/SourceToGF.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Devel/Compile/SourceToGF.hs b/src/GF/Devel/Compile/SourceToGF.hs
index f501fd609..64455f907 100644
--- a/src/GF/Devel/Compile/SourceToGF.hs
+++ b/src/GF/Devel/Compile/SourceToGF.hs
@@ -444,6 +444,7 @@ transExp x = case x of
---- ELin id -> liftM G.LiT $ transIdent id
EEqs eqs -> liftM G.Eqs $ mapM transEquation eqs
+ EData -> return G.EData
_ -> Bad $ "translation not yet defined for" +++ printTree x ----