forked from GitHub/gf-core
new type checker type checks
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user