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

Revert "Strengthen List.apply spec"

This reverts commit 55e0adfd. (Isabelle
fails)
parent 90208c93
Branches
Tags
No related merge requests found
...@@ -62,8 +62,6 @@ sealed abstract class List[T] { ...@@ -62,8 +62,6 @@ sealed abstract class List[T] {
} else { } else {
tail(index-1) tail(index-1)
} }
} ensuring {
content.contains(_)
} }
@isabelle.function(term = "%xs x. x # xs") @isabelle.function(term = "%xs x. x # xs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment