DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-3 / bench / check-ce / let_function.mlw
123456789
use int.Int let function f(x:int) : int = x+1 let main_f (y:int) ensures { result <> 44 } = let z = f y in z+1