(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* level -> bool (** {6 Declare and test the level of a (possibly uninterpreted) notation } *) val declare_notation_level : ?onlyprint:bool -> notation -> level -> unit val level_of_notation : ?onlyprint:bool -> notation -> level (** raise [Not_found] if no level or not respecting onlyprint *)