Yampa-0.12: Library for programming hybrid systems.

Copyright(c) Antony Courtney and Henrik Nilsson Yale University 2003
LicenseBSD-style (see the LICENSE file in the distribution)
Maintainernilsson@cs.yale.edu
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

FRP.Yampa.Diagnostics

Description

Standarized error-reporting for Yampa

Synopsis

Documentation

usrErr :: String -> String -> String -> a Source #

Reports an error due to a violation of Yampa's preconditions/requirements.

intErr :: String -> String -> String -> a Source #

Reports an error in Yampa's implementation.