diff options
| author | Pierre-Marie Pédrot | 2016-09-24 13:33:28 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-09-24 13:34:29 +0200 |
| commit | 75f0abfa4979cd0050399093fd07e7c952de49b4 (patch) | |
| tree | 625de65a64e9adb64c85400883f03f07522755e3 /mathcomp | |
| parent | 1cf725932d5e7e7917ae6f26f9cee1b8b0bf12ae (diff) | |
Fix ML compilation after Ltac refactoring.
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 index 5fe1ea5..398c0c3 100644 --- a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 +++ b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 @@ -29,7 +29,7 @@ open Pcoq.Prim open Pcoq.Constr open Genarg open Stdarg -open Stdarg +open Tacarg open Term open Vars open Context @@ -45,6 +45,7 @@ open Coqlib open Glob_term open Util open Evd +open Proofview.Notations open Sigma.Notations open Extend open Goptions |
