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

Safe HaskellSafe-Infered

Data.Factual.SchemaQuery

Contents

Description

This module exports the type used to create schema queries.

Synopsis

SchemaQuery type

data SchemaQuery Source

A schema query is formed by simply supplying a Table to the value constructor.

Constructors

SchemaQuery Table