hascard-0.3.0.0: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.

Safe HaskellNone
LanguageHaskell2010

UI

Synopsis

Documentation

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

type GenIO = Gen (PrimState IO) #

A shorter name for PRNG state in the IO monad.

data Chunk Source #

Constructors

Chunk Int Int 
Instances
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
Show Card Source # 
Instance details

Defined in Types

Methods

showsPrec :: Int -> Card -> ShowS #

show :: Card -> String #

showList :: [Card] -> ShowS #