ensures
+ fstar!
produces code with out
instead of user chosen name
#832
Labels
ensures
+ fstar!
produces code with out
instead of user chosen name
#832
Open this code snippet in the playground
Here we get (in F*) the post condition "fun out -> out == result", i.e. the second
result
doesn't get rewritten.Workarounds:
out
in those contextThe text was updated successfully, but these errors were encountered: