Module

Text.Markdown.SlamDown.Syntax.FormField

Package
purescript-markdown
Repository
slamdata/purescript-markdown

#FormFieldP Source

data FormFieldP f a

Constructors

Instances

#FormField Source

#transFormField Source

transFormField :: forall g f. (f ~> g) -> (FormFieldP f) ~> (FormFieldP g)

#traverseFormField Source

traverseFormField :: forall a h g f. Applicative h => (forall x. f x -> h (g x)) -> FormFieldP f a -> h (FormFieldP g a)

#Expr Source

data Expr a

Constructors

Instances

#getLiteral Source

getLiteral :: forall e. Expr e -> Maybe e

#getUnevaluated Source

getUnevaluated :: forall e. Expr e -> Maybe String

Re-exports from Text.Markdown.SlamDown.Syntax.TextBox

#TextBox Source

data TextBox f

Constructors

Instances

#traverseTextBox Source

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

#transTextBox Source

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

Re-exports from Text.Markdown.SlamDown.Syntax.Value

#Value Source

class (Eq a, Ord a) <= Value a  where

Members

Instances