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

Safe HaskellSafe

Copilot.Language.Operators.Temporal

Description

Stream construction.

Documentation

(++) :: Typed a => [a] -> Stream a -> Stream aSource

drop :: Typed a => Int -> Stream a -> Stream aSource