mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
use ByteString internally in Ident, CId and Label
This commit is contained in:
@@ -75,7 +75,7 @@ addSubexpConsts tree cnc = cnc {
|
||||
W s t -> W s (recomp f t)
|
||||
P t p -> P (recomp f t) (recomp f p)
|
||||
_ -> t
|
||||
fid n = CId $ "_" ++ show n
|
||||
fid n = mkCId $ "_" ++ show n
|
||||
rec field = Map.fromAscList [(f,recomp f trm) | (f,trm) <- Map.assocs (field cnc)]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user