| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Opaleye.Internal.Distinct
Documentation
distinctExplicit :: Distinctspec columns columns' -> Query columns -> Query columns' Source #
newtype Distinctspec a b Source #
Constructors
| Distinctspec (Aggregator a b) | 
Instances
| Profunctor Distinctspec Source # | |
| ProductProfunctor Distinctspec Source # | |
| SumProfunctor Distinctspec Source # | |
| Default Distinctspec (Column a) (Column a) Source # | |
| Functor (Distinctspec a) Source # | |
| Applicative (Distinctspec a) Source # | |