Portability | Portable (Cookbook) |
---|---|
Stability | Stable |
Maintainer | nathanpisarski@gmail.com |
Safe Haskell | Safe-Inferred |
Q2Prelude is the entry-level module for Quill2. It defines the data types that define data, databases, and errors throughout the rest of Quill2.
- data Element a
- type Quill = (String, Element String)
- data QuillStatus a
- data QuillAddition
Documentation
The body of a table or list.
data QuillStatus a Source
Encapsulates errors in the quill database. Currently supports Missing elements and Multiple Instances.
Eq a => Eq (QuillStatus a) | |
Show a => Show (QuillStatus a) |
data QuillAddition Source
Safe way of adding items to a Quill database. Allows type-checking on Lists and Tables when manipulating Elements.