Skip to content
Snippets Groups Projects
Commit 086bac59 authored by Régis Blanc's avatar Régis Blanc
Browse files

small test

parent 814b37c1
No related branches found
No related tags found
No related merge requests found
import leon.Utils._
object Epsilon1 {
def foo(x: Int): Int = {
epsilon((y: Int) => y >= x)
} ensuring(_ > x)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment