diff options
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index a02ef8c..de60069 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -540,6 +540,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 |