package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Travsersable.InternalSource

Sourcetype (!'s, !'a) accum = {
  1. accum : 's;
  2. value : 'a;
}
Sourcetype (!'s, !'a) state = 's -> ('s, 'a) accum
Sourceval apply_state : ('s, 'a) state -> 's -> ('s, 'a) accum
Sourcemodule State_Left (Type : Interface.TYPE) : sig ... end
Sourcemodule State_Right (Type : Interface.TYPE) : sig ... end
OCaml

Innovation. Community. Security.