hascard-0.6.0.1: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.
Safe HaskellSafe-Inferred
LanguageHaskell2010

UI

Synopsis

Documentation

safeHead :: [a] -> Maybe a Source #

cardsState :: Bool -> FilePath -> [Card] -> [Card] -> [Int] -> IO State Source #

type GenIO = Gen (PrimState IO) #

A shorter name for PRNG state in the IO monad.

data Chunk Source #

Constructors

Chunk Int Int 

Instances

Instances details
Read Chunk Source # 
Instance details

Defined in States

Show Chunk Source # 
Instance details

Defined in States

Methods

showsPrec :: Int -> Chunk -> ShowS #

show :: Chunk -> String #

showList :: [Chunk] -> ShowS #

data Card Source #

Instances

Instances details
Show Card Source # 
Instance details

Defined in Types

Methods

showsPrec :: Int -> Card -> ShowS #

show :: Card -> String #

showList :: [Card] -> ShowS #

data External Source #

Instances

Instances details
Show External Source # 
Instance details

Defined in Types

data ImportType Source #

Constructors

Def 
Open 

Instances

Instances details
Read ImportType Source # 
Instance details

Defined in Import