diff options
author | Niklas Haas <git@nand.wakku.to> | 2014-03-11 08:42:34 +0100 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2014-03-11 10:26:05 +0100 |
commit | b8efaf4ead90c5c95367cc479da522b820b5004e (patch) | |
tree | 3b02d506f2d5d2adbac695dcaa8ed235454cbd31 /CHANGES | |
parent | 72f655f5a4429403674521d251e6cccf62d76747 (diff) |
Filter family instances of hidden types
Currently, this check does not extend to hidden right hand sides,
although it probably should hide them in that case.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Changes in version 2.14.0 * Properly render License field (#271) - * Print type/data family instances + * Print type/data family instances (for exported types only) * Fix display of poly-kinded type operators (#189) |