8 type myRecord = { value : int }
10 axiom value_axiom : forall i1 : myRecord. i1.value >= 1
28 axiom a : forall x:t. f x >= 0
32 module ProblemWithLemmaFunction
34 (* this case should not issue a warning *)
38 let lemma plus_comm (x y : int) : unit
39 ensures { x + y = y + x }