atom-1.0.9: A DSL for embedded hard realtime applications.

Safe HaskellNone

Language.Atom.Unit

Contents

Synopsis

Types and Classes

data Test

Data constructor:Test

Test Execution

runTests :: Int -> [IO Test] -> IO ()

Running TestList

Printing Utilities

printStrLn :: String -> Atom ()

Printing strings in C using printf.

printIntegralE :: IntegralE a => String -> E a -> Atom ()

Print integral values.

printFloatingE :: FloatingE a => String -> E a -> Atom ()

Print floating point values.