CurryInfo: currydoc-4.0.0 / CurryDoc.Html.showModNameRef

definition:
showModNameRef :: DocOptions -> QName -> (String,[BaseHtml])
showModNameRef opts (modname,name) =
  (name,
   [href (docURL opts modname ++ ".html#"++name) [htxt name], nbsp, nbsp,
    htxt "(", href (docURL opts modname ++ ".html") [htxt modname], htxt ")"]
  )
demand:
argument 2
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{(,)}) |-> {(,)}}
name:
showModNameRef
precedence:
no precedence defined
result-values:
{(,)}
signature:
CurryDoc.Options.DocOptions -> (String, String)
-> (String, [HTML.Base.BaseHtml])
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term