Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -7/+5 |
| | |||||
* | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 1 | -5/+5 |
| | |||||
* | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 1 | -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) |