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
1 merge request!13Provide an Infinite typeclass and a generic implementation of Fresh.
...@@ -71,7 +71,7 @@ Section Fresh. ...@@ -71,7 +71,7 @@ Section Fresh.
apply inbelow; omega. apply inbelow; omega.
Qed. 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. Instance fresh_generic_spec: FreshSpec A C.
Proof. 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