copilot-language-0.3: A Haskell-embedded DSL for monitoring hard real-time distributed systems.

Copilot.Language.Operators.Mux

Description

if-then-else.

Documentation

mux :: Typed a => Stream Bool -> Stream a -> Stream a -> Stream aSource