forked from GitHub/gf-core
use ByteString internally in Ident, CId and Label
This commit is contained in:
@@ -71,7 +71,7 @@ prModule :: SourceModule -> String
|
||||
prModule = cprintTree . trModule
|
||||
|
||||
instance Print Judgement where
|
||||
prt j = cprintTree $ trAnyDef (wildIdent, j)
|
||||
prt j = cprintTree $ trAnyDef (identW, j)
|
||||
---- prt_ = prExp
|
||||
|
||||
instance Print Term where
|
||||
|
||||
Reference in New Issue
Block a user