package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Sexplib__Sexp.With_layout.Render.t
val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t
val sexp : Sexplib__Sexp.With_layout.t_or_comment -> unit t
val run : (char -> unit) -> unit t -> unit
OCaml

Innovation. Community. Security.