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

Safe HaskellNone
LanguageHaskell2010

Parameters

Documentation

chunkField :: (Ord n, Show n) => Int -> Lens' s Chunk -> n -> s -> FormFieldState s e n Source #

renderChunk :: Int -> n -> Bool -> (Chunk, Bool) -> Widget n Source #

okField :: (Ord n, Show n) => Lens' s Bool -> n -> Text -> s -> FormFieldState s e n Source #

renderOk :: Text -> n -> Bool -> Bool -> Widget n Source #