cursor-brick-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Cursor.Brick.List.NonEmpty

Documentation

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 #