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

Safe HaskellNone
LanguageHaskell98

Hunt.Utility.Output

Documentation

outputValue :: (Functor m, MonadIO m, ToJSON c) => String -> c -> m () Source

jsonOutput :: ToJSON c => Bool -> (ByteString -> IO a) -> c -> IO a Source