aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3554.v
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-11-11 18:45:32 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-11-11 18:45:32 +0100
commit701a69732ef2abfc7384296e090a3e9bd7604bbd (patch)
tree356247eb62159a080e343fef087a7cb705d6a0ea /test-suite/bugs/closed/3554.v
parentab1d8792143a05370a1efe3d19469c25b82d7097 (diff)
Fixing bug #3554: Anomaly: Anonymous implicit argument.
We just handle unnamed implicits using a dummy name. Note that the implicit argument logic should still output warnings whenever the user writes implicit arguments that won't be taken into account, but I'll leave that for another time.
Diffstat (limited to 'test-suite/bugs/closed/3554.v')
-rw-r--r--test-suite/bugs/closed/3554.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3554.v b/test-suite/bugs/closed/3554.v
new file mode 100644
index 000000000..13a79cc84
--- /dev/null
+++ b/test-suite/bugs/closed/3554.v
@@ -0,0 +1 @@
+Example foo (f : forall {_ : Type}, Type) : Type.