Add Runtime.Bus with channel-based effect interpreter
This commit is contained in:
@@ -40,7 +40,7 @@ data Service = Service
|
||||
, serviceData :: Maybe Value
|
||||
, serviceTarget :: T.Text
|
||||
}
|
||||
deriving Show
|
||||
deriving (Show, Eq)
|
||||
|
||||
data HASSEff a where
|
||||
CallService :: Service -> HASSEff ()
|
||||
|
||||
Reference in New Issue
Block a user