Commit ff166df5 by Zachary Snow

fix conversion of implicitly-typed type parameters

parent a7673c55
......@@ -236,6 +236,7 @@ isSimpleType typ =
IntegerAtom {} -> True
NonInteger {} -> True
Net {} -> True
Implicit {} -> True
Struct _ fields _ -> all (isSimpleType . fst) fields
Union _ fields _ -> all (isSimpleType . fst) fields
_ -> False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment