Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion theories/Data/Checked.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.18)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (rocq/rocq-prover:dev)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.15)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.20)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.17)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (rocq/rocq-prover:9.1)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.19)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (rocq/rocq-prover:9.0)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12-ocaml-4.10-flambda)

There is no flag or option with this name:

Check warning on line 4 in theories/Data/Checked.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.16)

There is no flag or option with this name:

Section checked.
Context {T : Type}.
Expand Down Expand Up @@ -35,4 +36,4 @@
| Failure => None
end.

End checked.
End checked.
1 change: 1 addition & 0 deletions theories/Data/Fin.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 10 in theories/Data/Fin.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

(** `fin n` corresponds to "naturals less than `n`",
i.e. a finite set of size n
Expand Down
1 change: 1 addition & 0 deletions theories/Data/HList.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 14 in theories/Data/HList.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.
Set Universe Polymorphism.
Set Polymorphic Inductive Cumulativity.
Set Printing Universes.
Expand Down
1 change: 1 addition & 0 deletions theories/Data/Member.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 14 in theories/Data/Member.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Section member.
Context {T : Type}.
Expand Down
1 change: 1 addition & 0 deletions theories/Data/Tuple.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 6 in theories/Data/Tuple.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Fixpoint vector (T : Type) (n : nat) : Type :=
match n with
Expand Down
1 change: 1 addition & 0 deletions theories/Data/Vector.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 6 in theories/Data/Vector.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Inductive vector T : nat -> Type :=
| Vnil : vector T 0
Expand Down
1 change: 1 addition & 0 deletions theories/Programming/With.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Require Import Coq.Lists.List.

Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.18)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.15)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.20)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.17)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.19)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12-ocaml-4.10-flambda)

There is no flag or option with this name:

Check warning on line 4 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.16)

There is no flag or option with this name:

Fixpoint Ctor {T : Type} (ls : list {x : Type & T -> x}) : Type :=
match ls with
Expand Down Expand Up @@ -56,7 +57,7 @@
(_strt : Struct T) (_acc : Accessor f) :=
@structWith _ _ t _ v acc.

Delimit Scope struct_scope with record.

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.18)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.15)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.20)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.17)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.19)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12-ocaml-4.10-flambda)

Declaring a scope implicitly is deprecated; use in advance an

Check warning on line 60 in theories/Programming/With.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.16)

Declaring a scope implicitly is deprecated; use in advance an

Notation "{$ x 'with' y ':=' v $}" := (@wrapWith _ _ x y v _ _) : struct_scope.

Expand Down
1 change: 1 addition & 0 deletions theories/Relations/TransitiveClosure.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Set Implicit Arguments.
Set Strict Implicit.
Set Asymmetric Patterns.
Set Asymmetric Patterns No Implicits.

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.9)

There is no option Asymmetric Patterns No Implicits.

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.18)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.15)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.20)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.17)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.19)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12-ocaml-4.10-flambda)

There is no flag or option with this name:

Check warning on line 7 in theories/Relations/TransitiveClosure.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.16)

There is no flag or option with this name:

Section parametric.
Variable T : Type.
Expand Down
Loading