aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
Diffstat (limited to 'theories')
-rw-r--r--theories/Classes/EquivDec.v2
-rw-r--r--theories/Classes/Morphisms.v2
-rw-r--r--theories/Logic/FunctionalExtensionality.v2
3 files changed, 0 insertions, 6 deletions
diff --git a/theories/Classes/EquivDec.v b/theories/Classes/EquivDec.v
index aa5a1f2874..f08cf7cf9e 100644
--- a/theories/Classes/EquivDec.v
+++ b/theories/Classes/EquivDec.v
@@ -14,8 +14,6 @@
(* $Id$ *)
-Set Manual Implicit Arguments.
-
(** Export notations. *)
Require Export Coq.Classes.Equivalence.
diff --git a/theories/Classes/Morphisms.v b/theories/Classes/Morphisms.v
index 19c360f62f..9e1eecd1d3 100644
--- a/theories/Classes/Morphisms.v
+++ b/theories/Classes/Morphisms.v
@@ -15,8 +15,6 @@
(* $Id$ *)
-Set Manual Implicit Arguments.
-
Require Import Coq.Program.Basics.
Require Import Coq.Program.Tactics.
Require Import Coq.Relations.Relation_Definitions.
diff --git a/theories/Logic/FunctionalExtensionality.v b/theories/Logic/FunctionalExtensionality.v
index 865a465534..31b633c25d 100644
--- a/theories/Logic/FunctionalExtensionality.v
+++ b/theories/Logic/FunctionalExtensionality.v
@@ -11,8 +11,6 @@
(** This module states the axiom of (dependent) functional extensionality and (dependent) eta-expansion.
It introduces a tactic [extensionality] to apply the axiom of extensionality to an equality goal. *)
-Set Manual Implicit Arguments.
-
(** The converse of functional extensionality. *)
Lemma equal_f : forall {A B : Type} {f g : A -> B},