package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val initialize : unit -> unit

An alternative to Async.Expect_test_config in which %expect has type unit rather than unit Deferred.t. This lets one write:

module Export : sig ... end
module Private : sig ... end