Popularity
1.9
Declining
Activity
0.0
Stable
1
3
0

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Unclassified    
Latest version: v0.0.3

unfoldable-restricted alternatives and similar packages

Based on the "Unclassified" category.
Alternatively, view unfoldable-restricted alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of unfoldable-restricted or a related project?

Add another 'Unclassified' Package

README

unfoldable-restricted

A pretty simple alternative for Unfoldable, such that we can add additional constraints to the contained elements.

import qualified Data.Set as Set

instance UnfoldableR Ord Set.Set where
  -- ...