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