smash: Combinators for Maybe types

[ bsd3, data, library ] [ Propose Tags ]

This package provides the calculus for pointed types, including the pointed product, Can, the pointed coproduct, Wedge, and the smash product.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
ghc-flags

Generate .ghc.flags files during compilation

Disabled
perf-flags

Performance tuning flags

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2, 0.1.3
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5.0), bifunctors, hashable [details]
License BSD-3-Clause
Copyright (c) 2020 Emily Pillmore <emilypi@cohomolo.gy>
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
Revised Revision 2 made by topos at 2020-04-06T04:07:26Z
Category Data
Home page https://github.com/emilypi/smash
Bug tracker https://github.com/emilypi/smash/issues
Source repo head: git clone https://github.com/emilypi/smash.git
Uploaded by topos at 2020-04-06T03:42:19Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 881 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-06 [all 1 reports]

Readme for smash-0.1.0.0

[back to package description]

Smash-core: smash products in Hask