package binsec

  1. Overview
  2. Docs

doc/binsec.sse/Se/Sse_types/index.html

Module Se.Sse_typesSource

Sourceexception Unknown
Sourcetype 'a test =
  1. | True of 'a
  2. | False of 'a
  3. | Both of {
    1. t : 'a;
    2. f : 'a;
    }
Sourcemodule type STATE = sig ... end
Sourcemodule type EXPLORATION_STATISTICS = sig ... end
Sourcemodule type QUERY_STATISTICS = sig ... end
Sourcemodule type STATE_FACTORY = functor (QS : QUERY_STATISTICS) -> STATE
Sourcemodule Pragma : sig ... end
Sourcemodule Script : sig ... end
Sourcemodule Path_state (S : STATE) : sig ... end
Sourcemodule type WORKLIST = sig ... end
Sourcemodule type WORKLIST_FACTORY = functor (E : Binsec.Sigs.ANY) -> WORKLIST with type elt := E.t
OCaml

Innovation. Community. Security.