diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 102b743..7093137 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -962,10 +962,6 @@ readable {id_name} = id_name%(1, size id_name-1) = id_name -instance <<< ImportedIdent -where - (<<<) file {ii_ident, ii_extended} = file <<< ii_ident <<< ' ' <<< ii_extended - instance == ModuleKind where (==) mk1 mk2 = equal_constructor mk1 mk2 |