diff options
Diffstat (limited to 'Sjit/Compile.dcl')
-rw-r--r-- | Sjit/Compile.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sjit/Compile.dcl b/Sjit/Compile.dcl index 4bc1ed5..166b5c4 100644 --- a/Sjit/Compile.dcl +++ b/Sjit/Compile.dcl @@ -1,5 +1,6 @@ definition module Sjit.Compile +from Data.Either import :: Either from Data.Map import :: Map from Data.Maybe import :: Maybe from Sjit.Syntax import :: Function @@ -40,5 +41,4 @@ from Sjit.Syntax import :: Function appendProgram :: !Bool !Program !JITState -> JITState bootstrap :: (!Program, !CompileState) -compile :: !Function !CompileState -> CompileState -compile_all :: !(Maybe CompileState) ![Function] -> CompileState +compile :: !Function !CompileState -> Either String CompileState |