(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* glb_tacexpr -> valexpr Proofview.tactic val interp_app : valexpr -> valexpr list -> valexpr Proofview.tactic (** {5 Exceptions} *) exception LtacError of KerName.t * valexpr array (** Ltac2-defined exceptions seen from OCaml side *) val val_exn : Exninfo.iexn Geninterp.Val.typ (** Toplevel representation of OCaml exceptions. Invariant: no [LtacError] should be put into a value with tag [val_exn]. *)