copilot-language-0.2: A Haskell-embedded DSL for monitoring hard real-time distributed systems.
Copilot.Language.Operators.Cast
Description
Type-safe casting operators.
cast :: (Cast a b, Typed a, Typed b) => Stream a -> Stream bSource