hunt-searchengine-0.3.0.1: A search and indexing engine.

CopyrightCopyright (C) 2014 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone
LanguageHaskell98

Hunt.Common.DocId

Description

The document identifier type DocId and the newtype DocId' with Show and ToJSOn instances

Documentation

newtype DocId Source

Constructors

DocId 

Fields

unDocId :: Int
 

mkDocId :: Binary a => a -> DocId Source