diff options
Diffstat (limited to 'interp/reserve.ml')
| -rw-r--r-- | interp/reserve.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/reserve.ml b/interp/reserve.ml index 7a2d4bfe7e..914a85fe8e 100644 --- a/interp/reserve.ml +++ b/interp/reserve.ml @@ -79,7 +79,7 @@ let revert_reserved_type t = let t = Detyping.detype false [] [] t in List.try_find (fun (pat,id) -> - try let _ = Notation_ops.match_notation_constr false t ([],pat) in Name id + try let _ = Notation_ops.match_notation_constr false t ([], pat) in Name id with Notation_ops.No_match -> failwith "") l with Not_found | Failure _ -> Anonymous |
