cursor-brick-0.1.0.1
Safe HaskellNone
LanguageHaskell2010

Cursor.Brick.List.NonEmpty

Documentation

verticalNonEmptyCursorTableWithHeader :: (b -> [Widget n]) -> (a -> [Widget n]) -> (b -> [Widget n]) -> [Widget n] -> NonEmptyCursor a b -> Widget n Source #

verticalNonEmptyCursorTableWithHeaderM :: Applicative f => (b -> f [Widget n]) -> (a -> f [Widget n]) -> (b -> f [Widget n]) -> [Widget n] -> NonEmptyCursor a b -> f (Widget n) Source #

verticalNonEmptyCursorTable :: (b -> [Widget n]) -> (a -> [Widget n]) -> (b -> [Widget n]) -> NonEmptyCursor a b -> Widget n Source #

verticalNonEmptyCursorTableM :: Applicative f => (b -> f [Widget n]) -> (a -> f [Widget n]) -> (b -> f [Widget n]) -> NonEmptyCursor a b -> f (Widget n) Source #

horizontalNonEmptyCursorWidgetM :: Applicative f => (b -> f (Widget n)) -> (a -> f (Widget n)) -> (b -> f (Widget n)) -> NonEmptyCursor a b -> f (Widget n) Source #

horizontalNonEmptyCursorWidget :: (b -> Widget n) -> (a -> Widget n) -> (b -> Widget n) -> NonEmptyCursor a b -> Widget n Source #

verticalNonEmptyCursorWidgetM :: Applicative f => (b -> f (Widget n)) -> (a -> f (Widget n)) -> (b -> f (Widget n)) -> NonEmptyCursor a b -> f (Widget n) Source #

verticalNonEmptyCursorWidget :: (b -> Widget n) -> (a -> Widget n) -> (b -> Widget n) -> NonEmptyCursor a b -> Widget n Source #

nonEmptyCursorWidgetM :: ([b] -> a -> [b] -> m (Widget n)) -> NonEmptyCursor a b -> m (Widget n) Source #

nonEmptyCursorWidget :: ([b] -> a -> [b] -> Widget n) -> NonEmptyCursor a b -> Widget n Source #