Skip to content

Commit

Permalink
Export PropertyFailure and ppFailure from Drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Feb 18, 2013
1 parent 8b8f9da commit a6f8142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Test/SmallCheck/Drivers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{-# LANGUAGE FlexibleContexts #-}
{-# OPTIONS_HADDOCK prune #-}
module Test.SmallCheck.Drivers (
smallCheck, smallCheckM, smallCheckWithHook
smallCheck, smallCheckM, smallCheckWithHook,
PropertyFailure, ppFailure
) where

import Control.Monad (when)
Expand Down

0 comments on commit a6f8142

Please sign in to comment.