mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
composOp should iterate under ImplArg
This commit is contained in:
@@ -534,6 +534,10 @@ composOp co trm =
|
||||
ELin c ty ->
|
||||
do ty' <- co ty
|
||||
return (ELin c ty')
|
||||
|
||||
ImplArg t ->
|
||||
do t' <- co t
|
||||
return (ImplArg t')
|
||||
|
||||
_ -> return trm -- covers K, Vr, Cn, Sort, EPatt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user