diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 15bfdd4..4556d5a 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -525,6 +525,8 @@ cIsALocalVar :== False // ... MdM | VI_Labelled_Empty {#Char} // RWS debugging | VI_LocalLetVar // RWS, mark Let vars during case transformation + | VI_FreeTypeVarAtRuntime // MV (dynamics), mark type variables which continue to exist at run-time. + :: ExtendedVarInfo = EVI_VarType !AType |