definition: |
curryDocFooter :: CalendarTime -> [BaseHtml] curryDocFooter time = [italic [htxt "Generated by ", bold [htxt "CurryDoc"], htxt (" (" ++ currydocVersion ++ ") at "), htxt (calendarTimeToString time)]] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-------------------------------------------------------------------------- -- Standard footer information for generated web pages: |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {:}} |
name: |
curryDocFooter |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
Data.Time.CalendarTime -> [HTML.Base.BaseHtml] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |