Popularity
2.8
Growing
Activity
0.0
Stable
1
4
0

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Other     Haskell    
Latest version: v1.1

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.

Do you think we are missing an alternative of no-role-annots or a related project?

Add another 'Other' Package

README

no-role-annots

Build Status

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.