From 101b60386ec8380cc3a62154bc7c1c53205f5d59 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 26 Aug 2025 21:39:37 +0000 Subject: Improves formatting even more --- hsm-repl/Test/Repl.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hsm-repl') diff --git a/hsm-repl/Test/Repl.hs b/hsm-repl/Test/Repl.hs index 2d299b8..8588718 100644 --- a/hsm-repl/Test/Repl.hs +++ b/hsm-repl/Test/Repl.hs @@ -1,8 +1,7 @@ import Control.Monad.Loops (whileJust_) -import Data.Function ((&)) import Effectful (runEff) import Hsm.Log (Severity(Trace), runLog) import Hsm.Repl (repl, runRepl) main :: IO () -main = whileJust_ repl return & runRepl @"exec-repl λ " @'[ "Prelude"] @[Bool] & runLog @"repl" Trace & runEff +main = runEff . runLog @"repl" Trace . runRepl @"exec-repl λ " @'[ "Prelude"] @[Bool] $ whileJust_ repl return -- cgit v1.2.1