aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_obligations.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_obligations.ml4')
-rw-r--r--parsing/g_obligations.ml411
1 files changed, 0 insertions, 11 deletions
diff --git a/parsing/g_obligations.ml4 b/parsing/g_obligations.ml4
index 2e83f7163..a0ea5c6de 100644
--- a/parsing/g_obligations.ml4
+++ b/parsing/g_obligations.ml4
@@ -13,12 +13,6 @@
Elaborated from correctness/psyntax.ml4 by Jean-Christophe Filliātre *)
-open Flags
-open Util
-open Names
-open Nameops
-open Reduction
-open Term
open Libnames
open Constrexpr
open Constrexpr_ops
@@ -38,13 +32,8 @@ struct
let withtac : Tacexpr.raw_tactic_expr option Gram.entry = gec "withtac"
end
-open Glob_term
open ObligationsGram
-open Util
-open Tok
open Pcoq
-open Prim
-open Constr
let sigref = mkRefC (Qualid (Loc.ghost, Libnames.qualid_of_string "Coq.Init.Specif.sig"))