Closed strub closed 1 year ago
The following code:
require import AllCore. op foo (x : int) = x + 2. print foo.
leads to
op foo (_ : int) : int -> int = fun (x0 : int) => x0 + 2.
The following code:
leads to