aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Internal.hs
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-17 12:37:46 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-17 12:37:46 +0000
commit928a54419aeac611555b3c15493db00010cbb46e (patch)
tree576f1ca4ba287f03700b9526032126302c0474c1 /src/VeriFuzz/Internal.hs
parent0ea6e208f2c3c41922f8334174fc8e81a21d67f4 (diff)
downloadverismith-928a54419aeac611555b3c15493db00010cbb46e.tar.gz
verismith-928a54419aeac611555b3c15493db00010cbb46e.zip
Indent by 4
Diffstat (limited to 'src/VeriFuzz/Internal.hs')
-rw-r--r--src/VeriFuzz/Internal.hs16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/VeriFuzz/Internal.hs b/src/VeriFuzz/Internal.hs
index 4a04c7d..76b2ac7 100644
--- a/src/VeriFuzz/Internal.hs
+++ b/src/VeriFuzz/Internal.hs
@@ -11,15 +11,15 @@ Shared high level code used in the other modules internally.
-}
module VeriFuzz.Internal
- ( -- * Useful functions
- safe
- , showT
- , comma
+ ( -- * Useful functions
+ safe
+ , showT
+ , comma
-- * Module Specific Internals
- , module VeriFuzz.Internal.Circuit
- , module VeriFuzz.Internal.Simulator
- , module VeriFuzz.Internal.AST
- )
+ , module VeriFuzz.Internal.Circuit
+ , module VeriFuzz.Internal.Simulator
+ , module VeriFuzz.Internal.AST
+ )
where
import Data.Text (Text)