Functor Alphabet.Prod

module Prod: 
functor (A : T) ->
functor (B : T) -> sig .. end

Product of alphabets.

Parameters:
A : T
B : T

type t = A.t * B.t 
val eq : A.t * B.t -> A.t * B.t -> bool
val compare : A.t * B.t -> A.t * B.t -> int
val to_string : A.t * B.t -> string