diff options
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index dc7d917..2864644 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -517,8 +517,8 @@ instance <<< ExplImpInfo instance <<< DeclarationInfo where - (<<<) file {di_decl, di_instances} - = file <<< di_decl <<< di_instances + (<<<) file {di_decl} + = file <<< di_decl import_ident :: Ident import_ident =: { id_name = "import", id_info = nilPtr } |