diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 7859e21..2964ebd 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -835,6 +835,7 @@ cNotVarNumber :== -1 | TVI_Used /* to adminster that this variable is encountered (in checkOpenTypes) */ | TVI_TypeCode !TypeCodeExpression | TVI_CPSLocalTypeVar !Int /* MdM - the index of the variable as generated by the theorem prover */ + | TVI_Normalized !Int /* MV - position of type variable in its definition */ :: TypeVarInfoPtr :== Ptr TypeVarInfo :: TypeVarHeap :== Heap TypeVarInfo |