Skip to content

Commit

Permalink
Updated list.sc
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 18, 2024
1 parent 6578b62 commit 5188951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jvm/src/test/scala/org/sireum/logika/example/list.sc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ object List {
}
}

/*
@pure def emptyZeroLengthInduct[T](l: List[T]): Unit = {
Contract(
Ensures(l.length >= 0)
Expand Down Expand Up @@ -135,6 +136,7 @@ object List {
}
}
}
*/

type Map[K, V] = List[(K, V)]

Expand Down

0 comments on commit 5188951

Please sign in to comment.