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

`length` notation in `base` to also fix `length` in Coq ≤ 8.10.

parent f3842eb3
No related branches found
No related tags found
2 merge requests!144Another try at removing strings.length,!129Fix `Export` order for `length`. Remove `length` hack in strings.
......@@ -14,6 +14,10 @@ Set Default Proof Using "Type".
Export ListNotations.
From Coq.Program Require Export Basics Syntax.
(** TODO: This hack should be removed once we drop support for Coq 8.10. It is
needed for the transitive export/import bug that is fixed in Coq 8.11. *)
Notation length := Datatypes.length.
(** * Enable implicit generalization. *)
(** This option enables implicit generalization in arguments of the form
`{...} (i.e., anonymous arguments). Unfortunately, it also enables
......
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