aboutsummaryrefslogtreecommitdiff
path: root/gramlib/ploc.ml
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.ml
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.ml')
-rw-r--r--gramlib/ploc.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/gramlib/ploc.ml b/gramlib/ploc.ml
index cb71f72678..6aa7c1a2bb 100644
--- a/gramlib/ploc.ml
+++ b/gramlib/ploc.ml
@@ -170,7 +170,3 @@ let raise loc exc =
match exc with
Exc (_, _) -> raise exc
| _ -> raise (Exc (loc, exc))
-
-type 'a vala =
- VaAnt of string
- | VaVal of 'a