aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/reserve.mli
blob: 5899cd628fbc34d77b7f0a4dd4ff27b2ac30f849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

open Names
open Notation_term

val declare_reserved_type : Misctypes.lident list -> notation_constr -> unit
val find_reserved_type : Id.t -> notation_constr