CurryInfo: html2-3.5.0 / HTML.Styles.Bootstrap4.modalClosePrimButton

definition: Info
 
modalClosePrimButton :: HTML h => String -> h
modalClosePrimButton s =
  staticButton [ htxt s]
    `addAttrs` [ ("class","btn btn-primary"), ("data-dismiss","modal") ]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
A primary button to close a modal dialog to be used
inside the modal definition. The argument is the button text.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 modalClosePrimButton
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 HTML.Base.HTML a => String -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term