package melange

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

Define the interface for result

type (+'good, +'bad) t =
  1. | Ok of 'good
  2. | Error of 'bad
  • deprecated Please use `Belt.Result.t` instead
OCaml

Innovation. Community. Security.