| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Opaleye.SQLite.Internal.Distinct
Documentation
distinctExplicit :: Distinctspec columns columns' -> Query columns -> Query columns' Source #
newtype Distinctspec a b Source #
Constructors
| Distinctspec (Aggregator a b) |