swh:1:snp:04e159a4411e97cbe416dcf21d082639f654120b
Raw File
Tip revision: bb4b00fad9b236eef0e926d51f76a38332e492fe authored by Benjamin Gregoire on 31 May 2021, 07:30:07 UTC
Nothing work
Tip revision: bb4b00f
ecCallbyValue.mli
(* -------------------------------------------------------------------- *)
open EcFol
open EcEnv
open EcReduction

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