name:                 these
version:              1.2.1
visibility:           public
id:                   these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb
key:                  these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb
license:              BSD-3-Clause
maintainer:           Oleg Grenrus <oleg.grenrus@iki.fi>
author:               C. McCann, Oleg Grenrus
homepage:             https://github.com/haskellari/these
synopsis:             An either-or-both data type.
description:
    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").

    @
    data These a b = This a | That b | These a b
    @

    Since version 1, this package was split into parts:

    * <https://hackage.haskell.org/package/semialign semialign> For @Align@ and @Zip@ type-classes.

    * <https://hackage.haskell.org/package/semialign-indexed semialign-indexed> For @SemialignWithIndex@ class, providing @ialignWith@ and @izipWith@.

    * <https://hackage.haskell.org/package/these-lens these-lens> For lens combinators.

    * <http://hackage.haskell.org/package/monad-chronicle monad-chronicle> For transformers variant of @These@.

category:             Data, These
abi:                  6723f2236daed0dc76599f4e68c8dae8
exposed:              True
exposed-modules:      Data.Functor.These Data.These Data.These.Combinators
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/these-1.2.1
hs-libraries:         HSthese-1.2.1-IGEtUUvvrj4G6MQqHx4fNb
depends:
    assoc-1.1.1-Fpg5xDjm4LzJzOy2WMBWgK base-4.20.0.0-inplace
    binary-0.8.9.2-inplace deepseq-1.5.0.0-inplace
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/these-1.2.1/html/these.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/these-1.2.1/html
