summaryrefslogtreecommitdiff
path: root/monkeypatch.hs
diff options
context:
space:
mode:
Diffstat (limited to 'monkeypatch.hs')
-rw-r--r--monkeypatch.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/monkeypatch.hs b/monkeypatch.hs
index 0b115e3..f825868 100644
--- a/monkeypatch.hs
+++ b/monkeypatch.hs
@@ -822,6 +822,8 @@ symbolInformation = SymbolInformation
822data FunctionEnvironment = FunctionEnvironment 822data FunctionEnvironment = FunctionEnvironment
823 { fnExternals :: Map String (SymbolInformation [CExternalDeclaration NodeInfo]) 823 { fnExternals :: Map String (SymbolInformation [CExternalDeclaration NodeInfo])
824 , fnArgs :: Map String (HS.Type ()) 824 , fnArgs :: Map String (HS.Type ())
825 -- ^ Function name arguments and their type.
826 -- The return type is also stored here under the empty string key.
825 } 827 }
826 828
827data Transpile c = Transpile 829data Transpile c = Transpile