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