package ppx_inline_test

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Success
  2. | Failure
  3. | Error
val combine : t -> t -> t
val combine_all : t list -> t
val to_string : t -> string