package binsec

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

Parameters

module State : sig ... end

Signature

type 'a m = State.t -> 'a * State.t
val return : 'a -> 'a m
val bind : 'a m -> ('a -> 'b m) -> 'b m