Skip to content

Commit

Permalink
fix haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Aug 9, 2019
1 parent 6ed614a commit 81e7469
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Data/Type/Predicate/Auto.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import Data.List.NonEmpty (NonEmpty(..))
import Data.Singletons
import Data.Singletons.Sigma
import Data.Type.Equality
import Data.Type.Functor.Product
import Data.Type.Predicate
import Data.Type.Predicate.Logic
import Data.Type.Predicate.Param
Expand Down Expand Up @@ -311,4 +312,3 @@ autoNotAll = anyNotNotAll sing . autoAny
instance (SingI as, AutoAll f (Not (Found p)) as) => Auto (Not (Found (AnyMatch f p))) as where
auto = mapRefuted (\(s :&: WitAny i p) -> WitAny i (s :&: p))
$ auto @_ @(Not (Any f (Found p))) @as

2 changes: 1 addition & 1 deletion src/Data/Type/Predicate/Logic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ atom = const

-- | We cannot have both @p@ and @'Not' p@.
--
-- (Renamed in v0.1.4.0; used to be 'excludedMiddle')
-- (Renamed in v0.1.4.0; used to be @excludedMiddle@)
--
-- @since 0.1.4.0
complementation :: forall p. (p &&& Not p) --> Impossible
Expand Down
2 changes: 0 additions & 2 deletions src/Data/Type/Universe.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ module Data.Type.Universe (
, singAll
-- ** Instances
, Index(..), IJust(..), IRight(..), NEIndex(..), ISnd(..), IIdentity(..)
-- , CompElem(..), SumElem(..)
-- , sameIndexVal, sameNEIndexVal
-- ** Predicates
, All, WitAll(..), NotAll
, Any, WitAny(..), None
Expand Down

0 comments on commit 81e7469

Please sign in to comment.