Skip to content
Snippets Groups Projects
Commit e1ae086f authored by Johannes Kloos's avatar Johannes Kloos
Browse files

Removed pointless annotation

parent 034bdcad
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ Section Fresh.
apply inbelow; omega.
Qed.
Instance fresh_generic: Fresh A C | 20 := λ s, fresh_generic_fix (1 + Nat.log2 (size s)) s 0.
Instance fresh_generic: Fresh A C := λ s, fresh_generic_fix s 0.
Instance fresh_generic_spec: FreshSpec A C.
Proof.
......
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