(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* transparent_state (* returns true if the global reference has a definition and that is has not been set opaque *) val is_evaluable : env -> evaluable_global_reference -> bool (* Modifying this state *) val set_opaque_const : section_path -> unit val set_transparent_const : section_path -> unit val set_opaque_var : identifier -> unit val set_transparent_var : identifier -> unit