bindings-wlc-0.1.0.1: Bindings against the wlc library

Safe HaskellSafe
LanguageHaskell2010

System.WLC.Core

Documentation

newtype Output Source

Constructors

Output 

newtype View Source

Constructors

View 

apply3 :: (e -> a) -> (f -> b) -> (g -> c) -> (a -> b -> c -> d) -> e -> f -> g -> d Source

logHandler :: (LogType -> String -> IO ()) -> IO () Source

exec :: String -> [String] -> IO () Source

run :: IO () Source