aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Result.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-06-29 20:33:59 +0100
committerYann Herklotz <git@yannherklotz.com>2019-06-29 20:33:59 +0100
commitd32f4cc45bc8c0670fb788b1fcd4c2f2b15fa094 (patch)
tree9aee938477a884daa20148b56fc1feef52d4f2c4 /src/VeriFuzz/Result.hs
parentbb697f8bc7b593e5aabb43505f686e6503b7726f (diff)
downloadverismith-d32f4cc45bc8c0670fb788b1fcd4c2f2b15fa094.tar.gz
verismith-d32f4cc45bc8c0670fb788b1fcd4c2f2b15fa094.zip
Format files
Diffstat (limited to 'src/VeriFuzz/Result.hs')
-rw-r--r--src/VeriFuzz/Result.hs11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/VeriFuzz/Result.hs b/src/VeriFuzz/Result.hs
index c02690f..4ea7988 100644
--- a/src/VeriFuzz/Result.hs
+++ b/src/VeriFuzz/Result.hs
@@ -31,9 +31,14 @@ import Control.Monad.Base
import Control.Monad.IO.Class
import Control.Monad.Trans.Class
import Control.Monad.Trans.Control
-import Data.Bifunctor (Bifunctor (..))
-import Shelly (RunFailed (..), Sh, catch_sh)
-import Shelly.Lifted (MonadSh, liftSh)
+import Data.Bifunctor ( Bifunctor(..) )
+import Shelly ( RunFailed(..)
+ , Sh
+ , catch_sh
+ )
+import Shelly.Lifted ( MonadSh
+ , liftSh
+ )
-- | Result type which is equivalent to 'Either' or 'Error'. This is
-- reimplemented so that there is full control over the 'Monad' definition and