mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 21:52:51 -06:00
GFCCtoJS in Devel
This commit is contained in:
@@ -57,8 +57,11 @@ valCat :: Type -> CId
|
||||
valCat ty = case ty of
|
||||
DTyp _ val _ -> val
|
||||
|
||||
cid :: String -> CId
|
||||
cid = CId
|
||||
|
||||
wildCId :: CId
|
||||
wildCId = CId "_"
|
||||
wildCId = cid "_"
|
||||
|
||||
exp0 :: Exp
|
||||
exp0 = tree (AM 0) []
|
||||
|
||||
Reference in New Issue
Block a user