aboutsummaryrefslogtreecommitdiffstats
path: root/src/Misc.v
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2019-03-15 11:23:55 +0100
committerGitHub <noreply@github.com>2019-03-15 11:23:55 +0100
commitae455fa3aa29c872c9c5b2736fff861afebcd051 (patch)
tree1db2df3a7bd9ca076ea4007d59557a549af9dc04 /src/Misc.v
parent4a610de645ca2bb505c97dd082220a57595019ad (diff)
downloadsmtcoq-ae455fa3aa29c872c9c5b2736fff861afebcd051.tar.gz
smtcoq-ae455fa3aa29c872c9c5b2736fff861afebcd051.zip
V8.9 (#43)
* New syntax for implicit arguments * Towards 8.9: problems with Micromega plugin * Move to _CoqProject * Back to name Makefile * Switch to Makefile.local instead of -extra * The compilation issue is a Coq bug * Ok with 8.9 * INSTALL with 8.9 * Everything ok with 8.9
Diffstat (limited to 'src/Misc.v')
-rw-r--r--src/Misc.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Misc.v b/src/Misc.v
index 5fc6602..b675599 100644
--- a/src/Misc.v
+++ b/src/Misc.v
@@ -996,7 +996,7 @@ Section Forall2.
End Forall2.
-Implicit Arguments forallb2 [A B].
+Arguments forallb2 {A B} f l1 l2.
(* Compatibility between native-coq and Coq 8.5 *)