aboutsummaryrefslogtreecommitdiff
path: root/gramlib/ploc.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-04 18:35:29 +0100
committerPierre-Marie Pédrot2018-11-05 19:02:31 +0100
commit7cb44913c4d3ba8ced49e00bc61a53ee6d95f213 (patch)
tree983d984e4fdb68311bab3fa74efdb03186688669 /gramlib/ploc.mli
parent38020166be0d3533ca8060be1e09192a5ed3c6e7 (diff)
Remove the Svala constructor from Gramlib.
It is only used in strict mode, which makes no sense for Coq grammar.
Diffstat (limited to 'gramlib/ploc.mli')
-rw-r--r--gramlib/ploc.mli7
1 files changed, 0 insertions, 7 deletions
diff --git a/gramlib/ploc.mli b/gramlib/ploc.mli
index d2ab62db06..afddefcd6e 100644
--- a/gramlib/ploc.mli
+++ b/gramlib/ploc.mli
@@ -108,13 +108,6 @@ val from_file : string -> t -> string * int * int * int
(* pervasives *)
-type 'a vala =
- VaAnt of string
- | VaVal of 'a
- (** Encloser of many abstract syntax tree nodes types, in "strict" mode.
- This allow the system of antiquotations of abstract syntax tree
- quotations to work when using the quotation kit [q_ast.cmo]. *)
-
val call_with : 'a ref -> 'a -> ('b -> 'c) -> 'b -> 'c
(** [Ploc.call_with r v f a] sets the reference [r] to the value [v],
then call [f a], and resets [r] to its initial value. If [f a] raises