aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Internal.hs
diff options
context:
space:
mode:
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)