Module Moore

module Moore: sig .. end
Moore machines.

A Moore machine M is a LTSA for which




Moore machines.

A Moore machine M is a LTSA for which


module BVal: Valuation.T  with type value = bool
module type T = sig .. end
module Make (S : Ltsa.STATE) : T  with type state = S.t