copilot-language-3.2: A Haskell-embedded DSL for monitoring hard real-time distributed systems.
Safe HaskellSafe
LanguageHaskell2010

Copilot.Language.Operators.Mux

Description

if-then-else.

Documentation

mux :: Typed a => Stream Bool -> Stream a -> Stream a -> Stream a Source #