mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 13:42:50 -06:00
use ByteString internally in Ident, CId and Label
This commit is contained in:
@@ -27,7 +27,7 @@ type Var = Ident.Ident
|
||||
type Label = AbsGFC.Label
|
||||
|
||||
anyVar :: Var
|
||||
anyVar = Ident.wildIdent
|
||||
anyVar = Ident.identW
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-- * simple GFC
|
||||
|
||||
Reference in New Issue
Block a user