aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/choice.v
diff options
context:
space:
mode:
authorAnton Trunov2018-11-20 17:51:11 +0100
committerAnton Trunov2018-11-21 16:23:02 +0100
commitf049e51c39077a025907ea87c08178dad1841801 (patch)
tree2ffb41f5afa11a147989c8efcc1dcb295ae2ed2b /mathcomp/ssreflect/choice.v
parent967088a6f87405a93ce21971392c58996df8c99f (diff)
Merge Arguments and Prenex Implicits
See the discussion here: https://github.com/math-comp/math-comp/pull/242#discussion_r233778114
Diffstat (limited to 'mathcomp/ssreflect/choice.v')
-rw-r--r--mathcomp/ssreflect/choice.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/ssreflect/choice.v b/mathcomp/ssreflect/choice.v
index 9e7c77f..baa7231 100644
--- a/mathcomp/ssreflect/choice.v
+++ b/mathcomp/ssreflect/choice.v
@@ -562,8 +562,8 @@ Export Countable.Exports.
Definition unpickle T := Countable.unpickle (Countable.class T).
Definition pickle T := Countable.pickle (Countable.class T).
-Arguments unpickle [T].
-Prenex Implicits pickle unpickle.
+Arguments unpickle {T}.
+Prenex Implicits pickle.
Section CountableTheory.