Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Copilot.Language.Operators.Cast
Description
Type-safe casting operators.
Documentation
unsafeCast :: (UnsafeCast a b, Typed a, Typed b) => Stream a -> Stream b Source #
Minimal complete definition
Instances
class UnsafeCast a b Source #
Minimal complete definition