Skip to content
Snippets Groups Projects
Commit 0303b636 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix annotation for Oracle

parent 8e235082
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import leon.lang._
import scala.annotation._
@implicitNotFound("No Oracle available for this source of non-determinism, please provide an implicit arg <: Oracle[T]")
@verified
@library
abstract class Oracle[T] {
def head: T = this match {
case Node(_, h, _) => h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment