copilot-language-3.2: A Haskell-embedded DSL for monitoring hard real-time distributed systems.
Safe HaskellSafe
LanguageHaskell2010

Copilot.Language.Operators.Temporal

Description

Stream construction.

Documentation

(++) :: Typed a => [a] -> Stream a -> Stream a infixr 1 Source #

drop :: Typed a => Int -> Stream a -> Stream a Source #