diff options
| author | letouzey | 2012-05-29 11:08:09 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-29 11:08:09 +0000 |
| commit | 442feb2c07f8f5824e814bba504f02c2742637e2 (patch) | |
| tree | 25a45991d4c52b9265820cbb52137b1c92ad52cd /parsing | |
| parent | bf7cfcf92c45af9f559f5bf004e9730d96921850 (diff) | |
Vernacexpr is now a mli-only file, locality stuff now in locality.ml
Adds a directory ./intf for pure interfaces.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15367 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_ltac.ml4 | 1 | ||||
| -rw-r--r-- | parsing/g_obligations.ml4 | 2 | ||||
| -rw-r--r-- | parsing/g_proofs.ml4 | 1 | ||||
| -rw-r--r-- | parsing/g_vernac.ml4 | 1 | ||||
| -rw-r--r-- | parsing/grammar.mllib | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/parsing/g_ltac.ml4 b/parsing/g_ltac.ml4 index 2f129637d3..bf0e13e02f 100644 --- a/parsing/g_ltac.ml4 +++ b/parsing/g_ltac.ml4 @@ -12,6 +12,7 @@ open Topconstr open Glob_term open Tacexpr open Vernacexpr +open Locality open Pcoq open Prim open Tactic diff --git a/parsing/g_obligations.ml4 b/parsing/g_obligations.ml4 index f86fd0fecd..8ec546ffda 100644 --- a/parsing/g_obligations.ml4 +++ b/parsing/g_obligations.ml4 @@ -117,7 +117,7 @@ VERNAC COMMAND EXTEND Admit_Obligations VERNAC COMMAND EXTEND Set_Solver | [ "Obligation" "Tactic" ":=" tactic(t) ] -> [ set_default_tactic - (Vernacexpr.use_section_locality ()) + (Locality.use_section_locality ()) (Tacinterp.glob_tactic t) ] END diff --git a/parsing/g_proofs.ml4 b/parsing/g_proofs.ml4 index 23e7e31bf4..5f44a9e9c7 100644 --- a/parsing/g_proofs.ml4 +++ b/parsing/g_proofs.ml4 @@ -13,6 +13,7 @@ open Util open Vernac_ open Topconstr open Vernacexpr +open Locality open Prim open Constr open Tok diff --git a/parsing/g_vernac.ml4 b/parsing/g_vernac.ml4 index 320ca4eb05..f684b9a0d4 100644 --- a/parsing/g_vernac.ml4 +++ b/parsing/g_vernac.ml4 @@ -15,6 +15,7 @@ open Names open Topconstr open Extend open Vernacexpr +open Locality open Pcoq open Tactic open Decl_kinds diff --git a/parsing/grammar.mllib b/parsing/grammar.mllib index 0d7cd36496..39fd885063 100644 --- a/parsing/grammar.mllib +++ b/parsing/grammar.mllib @@ -71,7 +71,7 @@ Tacexpr Tok Lexer Extend -Vernacexpr +Locality Extrawit Pcoq Q_util |
