swh:1:snp:04e159a4411e97cbe416dcf21d082639f654120b
Raw File
Tip revision: eaa75926d1ae7d2c62d60b4289be5d01dd3c1389 authored by Benjamin Gregoire on 27 November 2019, 21:10:03 UTC
Fix bug in eager if
Tip revision: eaa7592
ecCallbyValue.mli
(* -------------------------------------------------------------------- *)
open EcFol
open EcEnv
open EcReduction

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