diff options
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 712ebb4..941dcdd 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -25,5 +25,5 @@ import checksupport, transform, overloading | FrontEndPhaseConvertModules | FrontEndPhaseAll -frontEndInterface :: !FrontEndPhase !Ident !SearchPaths !Bool !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File -> (!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional *FrontEndSyntaxTree) +frontEndInterface :: !FrontEndPhase !Ident !SearchPaths !(Optional Bool) !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File -> (!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional *FrontEndSyntaxTree) // upToPhase name paths list_inferred_types predefs files error io out
\ No newline at end of file |