package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type (!'s, !'a) accum = {
  1. accum : 's;
  2. value : 'a;
}
type (!'s, !'a) state = 's -> ('s, 'a) accum
val apply_state : ('s, 'a) state -> 's -> ('s, 'a) accum
module State_Left (Type : Interface.TYPE) : sig ... end
module State_Right (Type : Interface.TYPE) : sig ... end