Skip to content
Snippets Groups Projects
Commit 8f4352d4 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Move Option to leon.collection

parent 9e851639
No related branches found
No related tags found
No related merge requests found
/* Copyright 2009-2014 EPFL, Lausanne */
package leon
package leon.collection
import leon.annotation._
......
......@@ -5,6 +5,7 @@ package leon.custom
import leon._
import leon.lang._
import leon.annotation._
import leon.collection._
sealed abstract class List0[T] {
def size: Int = (this match {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment