these-skinny

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

https://github.com/chessai/these-skinny

Version on this page:0.7.5
LTS Haskell 22.14:0.7.5@rev:2
Stackage Nightly 2023-12-26:0.7.5@rev:2
Latest on Hackage:0.7.5@rev:2

See all snapshots these-skinny appears in

BSD-3-Clause licensed by C. McCann
Maintained by chessai
This version can be pinned in stack with:these-skinny-0.7.5@sha256:280f14b4f599536d19f64afbf5ff5bd57b1ac1d9255013952d22404537bb023c,1214

Module documentation for 0.7.5

Depends on 3 packages(full list with versions):
Used by 1 package in lts-19.2(full list with versions):

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").

Changes

0.7.4

  • QuickCheck-2.10 support: Arbitrary1/2 instances
  • GHC-8.2 support

0.7.3

  • Add salign :: (Align f, Semigroup a) => f a -> f a -> f a

0.7.2

  • Support aeson-1: add FromJSON1, FromJSON2 ToJSON1, and ToJSON2 These instances.

0.7.1

  • Add AlignWithKey in Data.Align.Key (added dependency keys)
  • Add These instances for
    • binary: Binary
    • aeson: FromJSON, ToJSON
    • QuickCheck: Arbitrary, CoArbitrary, Function
    • deepseq: NFData

0.7

  • Breaking change: Generalized Monad, Applicative instances of These and Chronicle to require only a Semigroup constraint
  • More efficient Align Seq implementation
  • Add Crosswalk Seq and Vector instances

0.6.2.1

  • Support quickcheck-instances-0.3.12 (tests)

0.6.2.0

  • Add support to bifunctors-5.1