package containers

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

Source file CCShimsEither_.ml

1
2

  type ('a, 'b) t = ('a, 'b) Either.t = Left of 'a | Right of 'b
OCaml

Innovation. Community. Security.