X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=VHDLTypes.hs;fp=VHDLTypes.hs;h=cc842897a873f28416974c98fc212be9609eca85;hb=ef589dec9b04aa3d0a30a2b0787c50d07c320563;hp=5b6807bdbc5a1864db4e636f9626007322982b44;hpb=dc9b719e624788cd0ced12ba45f8761382755ad5;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/VHDLTypes.hs b/VHDLTypes.hs index 5b6807b..cc84289 100644 --- a/VHDLTypes.hs +++ b/VHDLTypes.hs @@ -43,7 +43,7 @@ instance Ord OrdType where compare (OrdType a) (OrdType b) = Type.tcCmpType a b -- A map of a Core type to the corresponding type name -type TypeMap = Map.Map OrdType (AST.VHDLId, AST.TypeDef) +type TypeMap = Map.Map OrdType (AST.VHDLId, Either AST.TypeDef AST.SubtypeIn) -- A map of a vector Core type to the coressponding VHDL functions type TypeFunMap = Map.Map OrdType [AST.SubProgBody]