Derive Show for a bunch of types.
[matthijs/master-project/cλash.git] / TranslatorTypes.hs
index 9a521b840057cbf114611731b17c03a784fb6a11..d50881600a11b9ec83d8a6ec7b83baa609bc0139 100644 (file)
@@ -25,7 +25,7 @@ data FuncData = FuncData {
   flatFunc     :: Maybe FlatFunction,
   funcEntity   :: Maybe Entity,
   funcArch     :: Maybe AST.ArchBody
-}
+} deriving (Show)
 
 data VHDLSession = VHDLSession {
   coreMod   :: HscTypes.CoreModule, -- The current module