mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-02 03:48:33 -06:00
added some new pattern forms, incl. pattern macros, to testgf3
This commit is contained in:
@@ -287,6 +287,10 @@ composOp co trm = case trm of
|
||||
tts' <- mapM (pairM co) tts
|
||||
return $ Overload tts'
|
||||
|
||||
EPattType ty ->
|
||||
do ty' <- co ty
|
||||
return (EPattType ty')
|
||||
|
||||
_ -> return trm -- covers K, Vr, Cn, Sort
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user