package bastet

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

Parameters

Signature

include Interface.JOIN_SEMILATTICE with type t = (Ok.t, Error.t) Stdlib.result
type t = (Ok.t, Error.t) Stdlib.result
val join : t -> t -> t
val bottom : t