Skip to content
Snippets Groups Projects
Commit eeef6250 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove obsolete comment and arguments command.

parent c6cd6c29
No related branches found
No related tags found
No related merge requests found
Pipeline #26068 passed
...@@ -41,9 +41,6 @@ Proof. ...@@ -41,9 +41,6 @@ Proof.
refine match v with [#] => tt | x ::: v => λ P Hcons, Hcons x v end. refine match v with [#] => tt | x ::: v => λ P Hcons, Hcons x v end.
Defined. Defined.
(** Notice that we cannot define [Vector.nth] as an instance of our [Lookup]
type class, as it has a dependent type. *)
Arguments Vector.nth {_ _} !_ !_%fin /.
Instance vector_lookup_total A : m, LookupTotal (fin m) A (vec A m) := Instance vector_lookup_total A : m, LookupTotal (fin m) A (vec A m) :=
fix go m i {struct i} := let _ : m, LookupTotal _ _ _ := @go in fix go m i {struct i} := let _ : m, LookupTotal _ _ _ := @go in
match i in fin m return vec A m A with match i in fin m return vec A m A with
......
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