mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
code cleanup in the typechecker
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
module GF.Grammar.PrGrammar (Print(..),
|
||||
prtBad,
|
||||
prGrammar,
|
||||
prConstrs, prConstraints,
|
||||
prConstrs,
|
||||
prTermTabular
|
||||
) where
|
||||
|
||||
@@ -152,9 +152,6 @@ prprTree = prf False where
|
||||
|
||||
-- auxiliaries
|
||||
|
||||
prConstraints :: Constraints -> String
|
||||
prConstraints = concat . prConstrs
|
||||
|
||||
prMetaSubst :: MetaSubst -> String
|
||||
prMetaSubst = concat . prMSubst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user