| 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) # | |
| Lift a => Lift (Tree a) # | |
| Lift a => Lift (Seq a) # | |
| Lift a => Lift (FingerTree a) # | |
Methods lift :: FingerTree a -> Q Exp # | |
| Lift a => Lift (Digit a) # | |
| Lift a => Lift (Node a) # | |
| Lift a => Lift (Elem a) # | |
| Lift a => Lift (ViewL a) # | |
| Lift a => Lift (ViewR a) # | |
| Lift v => Lift (Set v) # | |
| (Lift k, Lift v) => Lift (Map k v) # | |