mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
composOp should iterate under ImplArg
This commit is contained in:
@@ -535,6 +535,10 @@ composOp co trm =
|
||||
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
|
||||
|
||||
getTableType :: TInfo -> Err Type
|
||||
|
||||
Reference in New Issue
Block a user