cookbook-3.0.1.1: Tiered general-purpose libraries with domain-specific applications.

Copyright(c) 2014 by Nate Pisarski
LicenseBSD3
Maintainernathanpisarski@gmail.com
StabilityStable
PortabilityPortable (Cookbook)
Safe HaskellSafe
LanguageHaskell98

Cookbook.Project.Quill2.Q2Io

Description

Q2Io is a helper library for interacting with Quill files. It aids in the reading of and writing to files on the user's system.

Synopsis

Documentation

fromFile :: FilePath -> IO [Quill] Source #

Read a Quill database from a file.

toFile :: FilePath -> [Quill] -> IO () Source #

Send a Quill database into a parsable format in a file.