Module

Text.Markdown.SlamDown.Syntax.TextBox

Package
purescript-markdown
Repository
slamdata/purescript-markdown

#transTextBox Source

transTextBox :: forall g f. (f ~> g) -> TextBox f -> TextBox g

#traverseTextBox Source

traverseTextBox :: forall h g f. Applicative h => (forall a. f a -> h (g a)) -> TextBox f -> h (TextBox g)