aboutsummaryrefslogtreecommitdiff
path: root/gramlib/gramext.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-04 19:09:48 +0100
committerPierre-Marie Pédrot2018-11-05 19:02:31 +0100
commitc7fc066129b9147a50e8a06e990f23becf5f9deb (patch)
tree5633de16656c3dcb4a5ebbc928332ed2ec6a59c8 /gramlib/gramext.mli
parent7cb44913c4d3ba8ced49e00bc61a53ee6d95f213 (diff)
Remove the Sfacto constructor from Gramlib.
Used by rule factorisation in theory, but appears to be unused in Coq.
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 eb2ea7576b..ff59bae578 100644
--- a/gramlib/gramext.mli
+++ b/gramlib/gramext.mli
@@ -25,7 +25,6 @@ and 'te g_level =
lprefix : 'te g_tree }
and g_assoc = NonA | RightA | LeftA
and 'te g_symbol =
- Sfacto of 'te g_symbol
| Snterm of 'te g_entry
| Snterml of 'te g_entry * string
| Slist0 of 'te g_symbol