aboutsummaryrefslogtreecommitdiff
path: root/gramlib/grammar.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-04 19:18:54 +0100
committerPierre-Marie Pédrot2018-11-05 19:02:31 +0100
commit1dac644da31bb25dd4e36360e5eb3febd0d5e158 (patch)
treeb834431bbd8db04f4ee723393f9ef04a08a2435c /gramlib/grammar.mli
parentc7fc066129b9147a50e8a06e990f23becf5f9deb (diff)
Remove the Sflag constructor from Gramlib.
It is just a wrapper around Sopt. I do not really understand why it is hardwired in the entry AST.
Diffstat (limited to 'gramlib/grammar.mli')
-rw-r--r--gramlib/grammar.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/gramlib/grammar.mli b/gramlib/grammar.mli
index e115b9df43..fe06d1fa81 100644
--- a/gramlib/grammar.mli
+++ b/gramlib/grammar.mli
@@ -123,7 +123,6 @@ module type S =
('self, 'a) ty_symbol -> ('self, 'b) ty_symbol -> bool ->
('self, 'a list) ty_symbol
val s_opt : ('self, 'a) ty_symbol -> ('self, 'a option) ty_symbol
- val s_flag : ('self, 'a) ty_symbol -> ('self, bool) ty_symbol
val s_self : ('self, 'self) ty_symbol
val s_next : ('self, 'self) ty_symbol
val s_token : Plexing.pattern -> ('self, string) ty_symbol