mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
unlexer concat
This commit is contained in:
@@ -22,6 +22,7 @@ resource Predef = {
|
||||
oper occur : Tok -> Tok -> PBool = variants {} ; -- test if occurs as substring
|
||||
oper show : (P : Type) -> P -> Tok = variants {} ; -- convert param to string
|
||||
oper read : (P : Type) -> Tok -> P = variants {} ; -- convert string to param
|
||||
oper toStr : (P : Type) -> P -> Str = variants {} ; -- find the "first" string
|
||||
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user