Started cleanup of VHDL.hs and some builtin funcs now expect CoreBndrs instead of...
[matthijs/master-project/cλash.git] / VHDLTypes.hs
index 2538158d10a1c31117f28c30812ee4d9017571e5..b3eaa9201f9c7bfc1b2147caba773395ee31cbc7 100644 (file)
@@ -54,7 +54,7 @@ type TypeFunMap = Map.Map OrdType [AST.SubProgBody]
 -- A map of a Haskell function to a hardware signature
 type SignatureMap = Map.Map CoreSyn.CoreBndr Entity
 
-type Builder = Either ([AST.Expr] -> AST.Expr) (Int -> Entity -> [AST.VHDLId] -> AST.GenerateSm)
+type Builder = Either ([AST.Expr] -> AST.Expr) (Entity -> [CoreSyn.CoreBndr] -> AST.GenerateSm)
 
 -- A map of a builtin function to VHDL function builder 
 type NameTable = Map.Map String (Int, Builder )