| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Refined.TH
Contents
Description
This module contains orphan Lift instances of types in common libraries
such as containers, for more available compile-time checking of predicates.
Orphan instances
| Lift a => Lift (IntMap a) Source # | |
| Lift a => Lift (Tree a) Source # | |
| Lift a => Lift (Seq a) Source # | |
| Lift a => Lift (FingerTree a) Source # | |
| Lift a => Lift (Digit a) Source # | |
| Lift a => Lift (Node a) Source # | |
| Lift a => Lift (Elem a) Source # | |
| Lift a => Lift (ViewL a) Source # | |
| Lift a => Lift (ViewR a) Source # | |
| Lift v => Lift (Set v) Source # | |
| (Lift k, Lift v) => Lift (Map k v) Source # | |