diff options
| -rw-r--r-- | parsing/pcoq.ml4 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4 index 46561d2cd2..9bb2a86b97 100644 --- a/parsing/pcoq.ml4 +++ b/parsing/pcoq.ml4 @@ -104,13 +104,7 @@ let camlp4_state = ref [] extensions. *) module Gram = struct - type te = Token.t - type parsable = G.parsable - let parsable = G.parsable - let tokens = G.tokens - module Entry = G.Entry - module Unsafe = G.Unsafe - + include G let extend e pos rls = camlp4_state := (ByGEXTEND ((fun () -> grammar_delete e rls), |
