Skip to content
Snippets Groups Projects
Commit dd47029c authored by Alec Theriault's avatar Alec Theriault
Browse files

Support value/type namespaces on identifier links

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)
parent 44226fc0
No related branches found
No related tags found
Loading
Showing
with 388 additions and 39 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment