@hackage / these-skinny

A fork of the 'these' package without the dependency bloat.

Latest0.7.6

About

Metadata

  • Last updated , by chessai
  • License BSD-3-Clause
  • Maintained by: chessai1996@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.3
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2
  5. 7.10.3

Readme

This package provides a data type These a b which can hold a value of either type or values of each type. This is usually thought of as an "inclusive or" type (contrasting Either a b as "exclusive or") or as an "outer join" type (contrasting (a, b) as "inner join").