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

These functions should not appear in reports

parent ff41b7b9
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ package leon.lang ...@@ -2,6 +2,7 @@ package leon.lang
import leon.annotation._ import leon.annotation._
object Map { object Map {
@library
def empty[A,B] = Map[A,B]() def empty[A,B] = Map[A,B]()
} }
......
...@@ -2,6 +2,7 @@ package leon.lang ...@@ -2,6 +2,7 @@ package leon.lang
import leon.annotation._ import leon.annotation._
object Set { object Set {
@library
def empty[T] = Set[T]() def empty[T] = Set[T]()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment