From 82b02509150b615360118ca381ad8c9fd39d2f29 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 20 Aug 2025 19:10:16 +0000 Subject: Falls back to `bracket` unless `releaseEff` is needed --- hsm-repl/Test/Repl.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'hsm-repl/Test/Repl.hs') diff --git a/hsm-repl/Test/Repl.hs b/hsm-repl/Test/Repl.hs index 9052ef1..3b0e534 100644 --- a/hsm-repl/Test/Repl.hs +++ b/hsm-repl/Test/Repl.hs @@ -2,7 +2,6 @@ import Control.Monad (void) import Control.Monad.Loops (whileJust_) import Data.Function ((&)) import Effectful (runEff) -import Effectful.Resource (runResource) import Hsm.Log (Severity (Trace), runLog) import Hsm.Repl (repl, runRepl) @@ -11,5 +10,4 @@ main = void (whileJust_ repl return) & runRepl @"exec-repl λ " @'["Prelude"] @[Bool] & runLog @"repl" Trace - & runResource & runEff -- cgit v1.2.1