package yocaml

  1. Overview
  2. Docs

A Runtime is an execution context (ie, Unix or Git). They describe the entry point of a YOCaml program and abstract the file system.

Parameters

Signature

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

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

OCaml

Innovation. Community. Security.