Add Runtime.Bus with channel-based effect interpreter
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user