copilot-1.0.2: A stream DSL for writing embedded C monitors.

Language.Copilot.Language.FunctionCalls

Synopsis

Documentation

(<>) :: (ArgCl a, Streamable b) => Spec b -> a -> ArgsSource

trigger :: ArgCl a => Spec Bool -> String -> a -> StreamsSource

void :: ArgsSource

No C arguments

fun :: ArgCl a => String -> a -> ExtSource