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

Safe HaskellTrustworthy
LanguageHaskell2010

Copilot.Language.Operators.Cast

Description

Type-safe casting operators.

Documentation

cast :: (Cast a b, Typed a, Typed b) => Stream a -> Stream b Source

unsafeCast :: (UnsafeCast a b, Typed a, Typed b) => Stream a -> Stream b Source