| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Opaleye.SQLite.Internal.Order
Documentation
An Order represents an expression to order on and a sort
direction. Multiple Orders can be composed with
mappend. If two rows are equal according to the first
Order, the second is used, and so on.