mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 22:22:51 -06:00
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