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

Safe HaskellSafe

Copilot.Language.Operators.Mux

Description

if-then-else.

Documentation

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