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

Safe HaskellSafe-Infered

Data.Factual.Query

Contents

Description

This module exports the definition of the Query typeclass.

Synopsis

Query typeclass

class Query q whereSource

A member of the Query typeclass must define a toPath method which converts the Query into a path String.

Methods

toPath :: q -> StringSource