aboutsummaryrefslogtreecommitdiff
path: root/gramlib/gramext.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/gramext.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/gramext.mli')
-rw-r--r--gramlib/gramext.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/gramlib/gramext.mli b/gramlib/gramext.mli
index f012d85bd0..eb2ea7576b 100644
--- a/gramlib/gramext.mli
+++ b/gramlib/gramext.mli
@@ -39,7 +39,6 @@ and 'te g_symbol =
| Scut
| Stoken of Plexing.pattern
| Stree of 'te g_tree
- | Svala of string list * 'te g_symbol
and g_action = Obj.t
and 'te g_tree =
Node of 'te g_node