diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 42f11f5..ad5d362 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -58,7 +58,6 @@ where toString {import_module} = toString import_module | STE_DictCons !ConsDef | STE_DictField !SelectorDef | STE_Called ![Index] /* used during macro expansion to indicate that this function is called */ - | STE_ExplImp !Bool !(Optional ImportDeclaration) !STE_Kind !Bool /* auxiliary used in module explicitimports. */ | STE_ExplImpSymbol !Int | STE_ExplImpComponentNrs ![ComponentNrAndIndex] ![Declaration] | STE_BelongingSymbol !Int |