aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r--frontend/syntax.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl
index 2964ebd..80889f9 100644
--- a/frontend/syntax.icl
+++ b/frontend/syntax.icl
@@ -124,7 +124,7 @@ NotALevel :== -1
:: CollectedLocalDefs =
{ loc_functions :: !IndexRange
- , loc_nodes :: ![(Optional SymbolType, NodeDef ParsedExpr)]
+ , loc_nodes :: ![NodeDef ParsedExpr]
}
:: NodeDef dst =