CurryInfo: currydoc-4.0.0 / CurryDoc.Html.infoTxt

definition: Info
 
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: Info
 no demanded arguments
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 infoTxt
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 HTML.Base.BaseHtml
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term