From 5a78bc1885ad7d6fd7ad63d6ef900188ab38a80c Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 22 Aug 2025 04:06:44 +0000 Subject: Improves formatting again --- hsm-repl/Test/Repl.hs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'hsm-repl/Test') diff --git a/hsm-repl/Test/Repl.hs b/hsm-repl/Test/Repl.hs index 3b0e534..2d299b8 100644 --- a/hsm-repl/Test/Repl.hs +++ b/hsm-repl/Test/Repl.hs @@ -1,13 +1,8 @@ -import Control.Monad (void) import Control.Monad.Loops (whileJust_) import Data.Function ((&)) import Effectful (runEff) -import Hsm.Log (Severity (Trace), runLog) +import Hsm.Log (Severity(Trace), runLog) import Hsm.Repl (repl, runRepl) main :: IO () -main = - void (whileJust_ repl return) - & runRepl @"exec-repl λ " @'["Prelude"] @[Bool] - & runLog @"repl" Trace - & runEff +main = whileJust_ repl return & runRepl @"exec-repl λ " @'[ "Prelude"] @[Bool] & runLog @"repl" Trace & runEff -- cgit v1.2.1