CurryInfo: currydoc-4.0.0 / CurryDoc.Html.infoTxt

definition:
infoTxt :: BaseHtml
infoTxt = par
  [ htxt "Here is the collection of libraries contained in the distribution of "
  , href currySystemURL [htxt currySystem]
  , htxt $ ". Most of these libraries have been implemented during the "
        ++ "development of larger Curry applications. If you have suggestions "
        ++ "for changes/improvements or if you want to contribute your own "
        ++ "library, please contact "
  , href "https://www.michaelhanus.de/" [htxt "Michael Hanus"]
  , htxt "."
  ]
demand:
no demanded arguments
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
infoTxt
precedence:
no precedence defined
result-values:
_
signature:
HTML.Base.BaseHtml
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term