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
1 change: 1 addition & 0 deletions src/Compilers/MultiSizeTest.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Require Import Crypto.Compilers.SmartMap.

Set Implicit Arguments.
Set Asymmetric Patterns.
#[warning="-unknown-option"] Set Asymmetric Patterns No Implicits.

(** * Preliminaries: bounded and unbounded number types *)

Expand Down
1 change: 1 addition & 0 deletions src/Util/GlobalSettings.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ex_intro x y => _ end], rather than [match p with ex_intro _ x y
=> _ end]. *)
Global Set Asymmetric Patterns.
#[warning="-unknown-option"] Global Set Asymmetric Patterns No Implicits.

(** Enforce uniform parameters *)
Global Set Uniform Inductive Parameters.
Expand Down