module Model_intf: sig
.. end
A abstract model, defining the type of events and data structures
to maintain their probabilities and expectations.
module Float: CCFloat
Floating point convenience module
module type EVENT = sig
.. end
Represents a single event- must be comparable and showable
module type EVENTS = sig
.. end
Represents an abstract collection of events
module Data: sig
.. end
module type S = sig
.. end
A module type provided polymorphic probability model caches.