anki-tools-0.1.0.0: Tools for interacting with Anki database

Copyright(c) 2016 Al Zohali
LicenseBSD3
MaintainerAl Zohali <zohl@fmap.me>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Anki.Note

Description

Description

Representation of a note and related definitions.

Synopsis

Documentation

type NoteId = Int Source #

Type for note ids.

data Note Source #

Notes from notes table.

Instances

Eq Note Source # 

Methods

(==) :: Note -> Note -> Bool #

(/=) :: Note -> Note -> Bool #

Show Note Source # 

Methods

showsPrec :: Int -> Note -> ShowS #

show :: Note -> String #

showList :: [Note] -> ShowS #

Generic Note Source # 

Associated Types

type Rep Note :: * -> * #

Methods

from :: Note -> Rep Note x #

to :: Rep Note x -> Note #

FromRow Note Source # 
type Rep Note Source # 

newtype NoteField Source #

Representation of note fields as they store in the database.

Constructors

NoteField 

Fields