factual-api-0.5.2: A driver for the Factual API

Safe HaskellSafe-Infered

Data.Factual.Shared.SortOrder

Contents

Description

This module exports the SortOrder type used to create read and facet queries.

Synopsis

SortOrder type

data SortOrder Source

The SortOrder type is used to represent sorting parameters

Constructors

Asc String 
Desc String 

Helper functions