aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/NamespacedIdentifiers.hs
Commit message (Collapse)AuthorAgeFilesLines
* Support value/type namespaces on identifier linksAlec Theriault2019-02-251-0/+13
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)