diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2015-11-01 11:13:21 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-01 13:42:40 +0100 |
commit | f16827f84855bef94b1b69f49bd1734627946f02 (patch) | |
tree | 59c729d03232f723d7b2908bb117f5eb04e3e4df /utils/haddock | |
parent | 84bf1ebae75bff6c1e37382bc348850d17f3f2c0 (diff) | |
download | haskell-f16827f84855bef94b1b69f49bd1734627946f02.tar.gz |
ApiAnnotations: BooleanFormula is not properly Located
At the moment BooleanFormula is defined as
data BooleanFormula a = Var a | And [BooleanFormula a]
| Or [BooleanFormula a]
deriving (Eq, Data, Typeable, Functor, Foldable, Traversable)
An API Annotation can only be attached to an item of the form Located a.
Replace this with a properly Located version, and attach the appropriate
API Annotations to it
Updates haddock submodule.
Test Plan: ./validate
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D1384
GHC Trac Issues: #11017
Diffstat (limited to 'utils/haddock')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 987b5062482e20a032fb6358e655265b0b7a3cd +Subproject 7f4519f0bb2a490fd9c1b42d37ae4f14390551b |