X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=VHDLTypes.hs;h=74084864dc8c3c9f8d8a1aa27a433e4a7cf8132a;hb=53b8d7183c05b1c1248875bf3a9394a0a7af5518;hp=9fdfbf1b0c34ef35679675680c1902f8c2e5db42;hpb=0de275199ba2f3a98339eefb7784e061a451c5f7;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/VHDLTypes.hs b/VHDLTypes.hs index 9fdfbf1..7408486 100644 --- a/VHDLTypes.hs +++ b/VHDLTypes.hs @@ -21,4 +21,4 @@ data Entity = Entity { ent_res :: VHDLSignalMap, -- A mapping of the function result to port names ent_decl :: Maybe AST.EntityDec, -- The actual entity declaration. Can be empty for builtin functions. ent_pkg_decl :: Maybe AST.PackageDec -- A package declaration with types for this entity -} +} deriving (Show);