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.

module Make (Runtime : Required.RUNTIME) : Required.RUNNER with type 'a t := 'a Eff.t and module Runtime := Runtime
OCaml

Innovation. Community. Security.