package eio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eio.StdSource

Commonly used standard features. This module is intended to be opened.

Sourcemodule Promise = Promise
Sourcemodule Fiber = Fiber
Sourcemodule Switch = Switch
Sourcetype 'a r = 'a Resource.t
Sourceval traceln : ?__POS__:(string * int * int * int) -> ('a, Format.formatter, unit, unit) format4 -> 'a

Same as Eio.traceln.