X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=TranslatorTypes.hs;h=604ab2050ff377b6cb25205bc63d6b1cdb22d7eb;hb=7ab181699998f86de0a079ec7a63f7e61ec95cb9;hp=da1407a78044bdcf8153deb3a06ddb6ac6174e44;hpb=7a5b4eb318626f327dd6b0d69e99a8247f56399c;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/TranslatorTypes.hs b/TranslatorTypes.hs index da1407a..604ab20 100644 --- a/TranslatorTypes.hs +++ b/TranslatorTypes.hs @@ -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 {