coq-barebone/theories/Prelude.v

7 lines
215 B
Coq

#[export] Unset Elimination Schemes.
#[export] Set Implicit Arguments.
#[export] Set Primitive Projections.
#[global] Notation "A -> B" := (forall (_ : A), B)
(at level 99, right associativity, B at level 200) .