albertdahlin / elm-posix / Posix.IO.Process

Process Operations

exit : Basics.Int -> IO ()

Exit Program with a status.

sleep : Basics.Float -> IO ()

print : String -> IO ()

logErr : String -> IO ()