module Labeled: functor (X : Alphabet.T) -> functor (X' : Alphabet.T) -> sig .. end
functor (
X
:
Alphabet.T
) ->
X'
sig
end
module L: Matrix.Functor.M.Labeled(X)
Matrix.Functor.M.Labeled
(
)
module L': Matrix.Functor.M'.Labeled(X')
Matrix.Functor.M'.Labeled
val map : (X.t -> X'.t) -> (X.t -> X'.t) -> (R.t -> R'.t) -> L.t -> L'.t
(X.t -> X'.t) -> (X.t -> X'.t) -> (R.t -> R'.t) -> L.t -> L'.t