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

Safe HaskellNone

Language.Atom.Unit

Contents

Synopsis

Types and Classes

data Test Source

Data constructor:Test

Test Execution

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

Running TestList

Printing Utilities

printStrLn :: String -> Atom ()Source

Printing strings in C using printf.

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

Print integral values.

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

Print floating point values.