package links

  1. Overview
  2. Docs
type 'v t
and 'v resumption
val pp : (Ppx_deriving_runtime.Format.formatter -> 'v -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'v t -> Ppx_deriving_runtime.unit
val show : (Ppx_deriving_runtime.Format.formatter -> 'v -> Ppx_deriving_runtime.unit) -> 'v t -> Ppx_deriving_runtime.string
val pp_resumption : (Ppx_deriving_runtime.Format.formatter -> 'v -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'v resumption -> Ppx_deriving_runtime.unit
val show_resumption : (Ppx_deriving_runtime.Format.formatter -> 'v -> Ppx_deriving_runtime.unit) -> 'v resumption -> Ppx_deriving_runtime.string
module Frame : FRAME
module Handler : sig ... end
val empty : 'v t
val (<>) : 'v t -> 'v t -> 'v t
val (&>) : 'v Frame.t -> 'v t -> 'v t
val set_trap_point : handler:'v Handler.t -> 'v t -> 'v t
module Evaluation (E : sig ... end) : sig ... end
val to_string : 'v t -> string
module Inspection : sig ... end
OCaml

Innovation. Community. Security.