diff options
Diffstat (limited to 'interp/constrintern.ml')
| -rw-r--r-- | interp/constrintern.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrintern.ml b/interp/constrintern.ml index 0f68f03143..84be738495 100644 --- a/interp/constrintern.ml +++ b/interp/constrintern.ml @@ -699,7 +699,7 @@ let internalise sigma env allow_soapp lvar c = | CPatVar (loc, _) -> raise (InternalisationError (loc,NegativeMetavariable)) | CEvar (loc, n) -> - REvar (loc, n) + REvar (loc, n, None) | CSort (loc, s) -> RSort(loc,s) | CCast (loc, c1, c2) -> |
