copilot-language-2.2.1: 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 #

(#) :: (Typed a, Typed b) => Stream a -> String -> Stream b Source #