aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/NamespacedIdentifiers.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-5/+5
|
* Support value/type namespaces on identifier linksAlec Theriault2019-02-251-0/+146
Identifier links can be prefixed with a 'v' or 't' to indicate the value or type namespace of the desired identifier. For example: -- | Some link to a value: v'Data.Functor.Identity' -- -- Some link to a type: t'Data.Functor.Identity' The default is still the type (with a warning about the ambiguity)