X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=VHDLTypes.hs;h=a533bf5989c0367ac5c62bf473299287df163127;hb=a44db062ae75b4fe3ce28368e07323130a14fe58;hp=d23daea033d77b38710b5fe6c09fcbfaae2be62f;hpb=a0c01abba26d4c00428d340d068f87a84afbc917;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/VHDLTypes.hs b/VHDLTypes.hs index d23daea..a533bf5 100644 --- a/VHDLTypes.hs +++ b/VHDLTypes.hs @@ -76,7 +76,7 @@ type VHDLSession = State.State VHDLState -- | A substate containing just the types type TypeState = State.State TypeMap -type Builder = Either (CoreSyn.CoreBndr -> [AST.Expr] -> VHDLSession AST.Expr) (Entity -> [CoreSyn.CoreBndr] -> VHDLSession AST.GenerateSm) +type Builder = Either (CoreSyn.CoreBndr -> [AST.Expr] -> VHDLSession AST.Expr) (Entity -> [CoreSyn.CoreBndr] -> VHDLSession AST.ConcSm) -- A map of a builtin function to VHDL function builder type NameTable = Map.Map String (Int, Builder )