module Spec:Specification of grammar elementsCfg_intf.SPEC
type t
type nt
type prod
type symbol =
| |
NT of |
| |
T of |
val compare_t : t -> t -> intval compare_nt : nt -> nt -> intval compare_prod : prod -> prod -> int