definition: |
syslibsLeftTopMenu :: [[BaseHtml]] syslibsLeftTopMenu = [ [hrefNav (currySystemURL ++ "/Manual.pdf") [htxt "Manual (PDF)"]] , [hrefNav (currySystemURL ++ "/lib/") [htxt "Libraries"]] , [ehrefNav currygleURL [htxt " API Search"]] , [hrefNav (currySystemURL ++ "/download.html") [htxt "Download"]] ] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
syslibsLeftTopMenu |
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 |