module Symbols: functor (
T
:
sig
type 'a
terminal
type 'a
nonterminal
end
) ->
CamlinternalMenhirLib.IncrementalEngine.SYMBOLS
with type 'a terminal := 'a T.terminal
and type 'a nonterminal := 'a T.nonterminal
Parameters: |
T |
: |
sig
type 'a terminal
type 'a nonterminal
end
|
|
type 'a
terminal
type 'a
nonterminal
type 'a
symbol =
type
xsymbol =
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from
this page.