documenting testgf3

This commit is contained in:
aarne
2008-02-21 08:04:43 +00:00
parent 5330d189ed
commit e17235893d
8 changed files with 390 additions and 9 deletions

View File

@@ -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 ----