Add Runtime.Bus with channel-based effect interpreter

This commit is contained in:
2026-08-20 19:29:56 +03:00
parent aa5a91bfa3
commit 78248388ac
7 changed files with 114 additions and 16 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
module Main (main) where
import Test.Hspec (hspec)
import qualified BusSpec
main :: IO ()
main = putStrLn "Test suite not yet implemented."
main = hspec BusSpec.spec