Use less general names as labels some fields.
[matthijs/master-project/cλash.git] / TranslatorTypes.hs
index da1407a78044bdcf8153deb3a06ddb6ac6174e44..604ab2050ff377b6cb25205bc63d6b1cdb22d7eb 100644 (file)
@@ -22,9 +22,9 @@ type FuncMap  = Map.Map HsFunction FuncData
 
 -- | Some stuff we collect about a function along the way.
 data FuncData = FuncData {
-  flatFunc :: Maybe FlatFunction,
-  entity   :: Maybe Entity,
-  funcArch :: Maybe AST.ArchBody
+  flatFunc     :: Maybe FlatFunction,
+  funcEntity   :: Maybe Entity,
+  funcArch     :: Maybe AST.ArchBody
 }
 
 data VHDLSession = VHDLSession {