Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.Recursive.Internal
Description
This modules contains the newtype definitions backing
Access to the newtype contructor can break the guarantees of these modules. Only import this if you want to extend the APIs for these types.
Documentation
Like Bool
, but admits recursive definitions, preferring the least solution.
Like Bool
, but admits recursive definitions, preferring the greatest solution.
Like Set
, but admits recursive definitions.
Like Map
, but admits recursive definitions.