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

PortabilityPortable (Cookbook)
StabilityStable
Maintainernathanpisarski@gmail.com
Safe HaskellSafe-Inferred

Cookbook.Project.Quill.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.