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

Safe HaskellSafe
LanguageHaskell2010

Copilot.Language.Operators.Local

Description

Let expressions.

Documentation

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