Difference between revisions of "Template:Standard class"

From HaskellWiki
Jump to navigation Jump to search
(Add page using template to Category:Standard classes)
(downloads.haskell.org requires specifying library version (even though "latest" can be used for the ghc version). since uses of this template do not specify the version of library linked, use hackage.haskell.org instead, where an URL without version works)
 
Line 2: Line 2:
 
|+ style="height:3em"| <big><big>{{{1}}}&nbsp;class&nbsp;([[{{{package}}} package|{{{package}}}]])</big></big>
 
|+ style="height:3em"| <big><big>{{{1}}}&nbsp;class&nbsp;([[{{{package}}} package|{{{package}}}]])</big></big>
 
|-
 
|-
| <TT>import [http://www.haskell.org/ghc/docs/latest/html/libraries/{{{package}}}/{{{module-doc}}}.html#t%3A{{{1}}} {{{module}}}]</TT>
+
| <TT>import [https://hackage.haskell.org/package/{{{package}}}/docs/{{{module-doc}}}.html#t%3A{{{1}}} {{{module}}}]</TT>
 
|}
 
|}
   

Latest revision as of 18:19, 2 September 2020

{{{1}}} class ([[{{{package}}} package|{{{package}}}]])
import {{{module}}}