Revision 18e7bf44d8f1c9001408dddf56bead2b770e1b93 authored by Pierre-Yves Strub on 08 April 2021, 07:15:49 UTC, committed by Pierre-Yves Strub on 08 April 2021, 07:15:49 UTC
1 parent 83e39fd
Raw File
ecCallbyValue.mli
(* -------------------------------------------------------------------- *)
open EcFol
open EcEnv
open EcReduction

(* -------------------------------------------------------------------- *)
val norm_cbv : reduction_info -> LDecl.hyps -> form -> form
back to top