| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Opaleye.Internal.Distinct
Documentation
distinctExplicit :: Distinctspec fields fields' -> Select fields -> Select fields' Source #
newtype Distinctspec a b Source #
Constructors
| Distinctspec (Aggregator a b) | 
Instances
distinctspecField :: Distinctspec (Field_ n a) (Field_ n a) Source #
distinctspecMaybeFields :: WithNulls Distinctspec a b -> Distinctspec (MaybeFields a) (MaybeFields b) Source #