package yocaml

  1. Overview
  2. Docs
type 'a t

Effect type. Usually Yocaml.Eff.t.

module Runtime : RUNTIME

The given runtime.

val run : ?custom_error_handler: (Stdlib.Format.formatter -> Data.Validation.custom_error -> unit) -> (unit -> unit t) -> unit Runtime.t

Runs a YOCaml program (and interprets its effects, youhou).

OCaml

Innovation. Community. Security.