composOp should iterate under ImplArg

This commit is contained in:
krasimir
2010-05-28 12:19:04 +00:00
parent ee6fdbf68f
commit f9f2491fcc

View File

@@ -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