From 928a54419aeac611555b3c15493db00010cbb46e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Sun, 17 Feb 2019 12:37:46 +0000 Subject: Indent by 4 --- src/VeriFuzz/Internal.hs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/VeriFuzz/Internal.hs') 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) -- cgit