diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index df17453..aea5878 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -559,6 +559,10 @@ cIsALocalVar :== False pIsSafe :== True +:: ImportedConstructors :== [Global Index] +:: ImportedFunctions :== [Global Index] +:: ImportedTypes :== {#{# CheckedTypeDef}} + :: OptionalVariable :== Optional (Bind Ident VarInfoPtr) :: AuxiliaryPattern |