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 test-suite/bugs/bug_3344.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ From Stdlib Require Import Ensembles.
From Stdlib Require Import String.
#[global] Set Implicit Arguments.
#[global] Set Asymmetric Patterns.
#[warning="-unknown-option"] Set Asymmetric Patterns No Implicits.
Ltac clearbodies := repeat match goal with | [ H := _ |- _ ] => clearbody H end.

Inductive Comp : Type -> Type :=
Expand Down
1 change: 1 addition & 0 deletions test-suite/bugs/bug_4187.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(* coqc version 8.4pl5 (December 2014) compiled on Dec 28 2014 03:23:16 with OCaml 4.01.0
coqtop version 8.4pl5 (December 2014) *)
Set Asymmetric Patterns.
#[warning="-unknown-option"] Set Asymmetric Patterns No Implicits.
Axiom proof_admitted : False.
Tactic Notation "admit" := case proof_admitted.
From Stdlib Require Import List.
Expand Down
Loading