(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* reduction_function * cast_kind (* [true] if we should use the vm to verify the reduction *) val declare_red_expr : string -> reduction_function -> unit (* Opaque and Transparent commands. *) val set_opaque_const : constant -> unit val set_transparent_const : constant -> unit val set_opaque_var : identifier -> unit val set_transparent_var : identifier -> unit (* call by value normalisation function using the virtual machine *) val cbv_vm : reduction_function