sop-core

True Sums of Products

Version on this page:0.5.0.2@rev:4
LTS Haskell 23.5:0.5.0.2@rev:5
Stackage Nightly 2025-01-21:0.5.0.2@rev:5
Latest on Hackage:0.5.0.2@rev:5

See all snapshots sop-core appears in

BSD-3-Clause licensed by Edsko de Vries, Andres Löh
Maintained by andres@well-typed.com
This version can be pinned in stack with:sop-core-0.5.0.2@sha256:edcc798ed37f3fbab9eec94218fec2bfc4708557230c9b49523ee19c66ba59fc,2990

Implementation of n-ary sums and n-ary products.

The module Data.SOP is the main module of this library and contains more detailed documentation.

The main use case of this package is to serve as the core of generics-sop.

A detailed description of the ideas behind this library is provided by the paper:

Changes