package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('f, 's) _either = ('f, 's) t =
  1. | First of 'f
  2. | Second of 's