unpacked-either: An unpacked either data type

[ bsd3, development, library ] [ Propose Tags ]

This module is intended to be a drop-in replacement for Either. To shave off pointer chasing, it uses '-XUnboxedSums' to represent the Either type as two machine words that are contiguous in memory, without loss of expressiveness that Either provides.

This library provides pattern synonyms Left and Right that allow users to pattern match on an Unpacked Either in a familiar way.

Functions are also provided for converting an Unpacked Either to the base library's Either, and vice versa.

This library is in alpha, and the internals are likely to change.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.10 && <5), ghc-prim [details]
License BSD-3-Clause
Copyright Copyright © 2018 chessai
Author chessai
Maintainer chessai1996@gmail.com
Category Development
Home page https://github.com/chessai/unpacked-either
Source repo head: git clone https://github.com/chessai/unpacked-either
Uploaded by chessai at 2018-05-26T01:10:45Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 751 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-26 [all 1 reports]