(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* 'b) -> 'a cast_type -> 'b cast_type val smartmap_cast_type : ('a -> 'a) -> 'a cast_type -> 'a cast_type (** Equalities on [glob_sort] *) val glob_sort_eq : Glob_term.glob_sort -> Glob_term.glob_sort -> bool (** Equalities on [intro_pattern_naming] *) val intro_pattern_naming_eq : intro_pattern_naming_expr -> intro_pattern_naming_expr -> bool (** Mapping bindings *) val map_bindings : ('a -> 'b) -> 'a bindings -> 'b bindings val map_with_bindings : ('a -> 'b) -> 'a with_bindings -> 'b with_bindings