CurryInfo: currydoc-4.0.0 / CurryDoc.Html.showModNameRef

definition: Info
 
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: Info
 argument 2
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,)}) |-> {(,)}}
name: Info
 showModNameRef
precedence: Info
 no precedence defined
result-values: Info
 {(,)}
signature: Info
 CurryDoc.Options.DocOptions -> (String, String)
-> (String, [HTML.Base.BaseHtml])
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term