1
0
forked from GitHub/gf-core

new type checker type checks

This commit is contained in:
aarne
2007-12-06 21:43:21 +00:00
parent 35f585b352
commit 5d1ad0badc
7 changed files with 160 additions and 59 deletions

View File

@@ -82,13 +82,13 @@ instance Print Term where
instance Print Ident where
prt = cprintTree . tri
{- ----
instance Print Patt where
prt = P.printTree . trp
instance Print Label where
prt = P.printTree . trLabel
{-
instance Print MetaSymb where
prt (MetaSymb i) = "?" ++ show i