Skip to content

Commit

Permalink
Merge pull request #232 from hedgehogqa/revert-231-master
Browse files Browse the repository at this point in the history
Revert "Expose forAllT and forAllWithT"
  • Loading branch information
moodmosaic committed Nov 12, 2018
2 parents aa9aa84 + 59df123 commit c368be4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hedgehog/src/Hedgehog.hs
Expand Up @@ -55,9 +55,7 @@ module Hedgehog (
, test

, forAll
, forAllT
, forAllWith
, forAllWithT
, discard

, check
Expand Down Expand Up @@ -155,7 +153,7 @@ import Hedgehog.Internal.Property (DiscardLimit, withDiscards)
import Hedgehog.Internal.Property (eval, evalM, evalIO)
import Hedgehog.Internal.Property (evalEither, evalExceptT)
import Hedgehog.Internal.Property (footnote, footnoteShow)
import Hedgehog.Internal.Property (forAll, forAllT, forAllWith, forAllWithT)
import Hedgehog.Internal.Property (forAll, forAllWith)
import Hedgehog.Internal.Property (MonadTest(..))
import Hedgehog.Internal.Property (Property, PropertyT, PropertyName)
import Hedgehog.Internal.Property (Group(..), GroupName)
Expand Down

0 comments on commit c368be4

Please sign in to comment.