no-role-annots alternatives and similar packages
Based on the "Other" category.
Alternatively, view no-role-annots alternatives based on common mentions on social networks and blogs.
-
hyperloglogplus
Haskell implementation of HyperLogLog++ & MinHash for efficient cardinality and intersection estimation -
status-notifier-item
A Haskell implementation of the StatusNotifierItem protocol (https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/). -
herf-time
time interval library loosely based on the way time is handled by the Kerf programming language
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of no-role-annots or a related project?
README
no-role-annots
This package is intended to ease the transition from GHC 7.6.3- to GHC 7.8+
by providing a backward-compatible role annotation syntax. The module
Language.Haskell.RoleAnnots
exports backward-compatible declarations
usable to assign stricter roles to declarations. Proper role annotations
are preferred, but these work, too.
The module Language.Haskell.RoleAnnots.Check
provides a way to check
that a datatype has a set of desired roles. This might be suitable for
use in a testsuite.
See the module documentation for details.