handsy-0.0.1: A DSL to describe common shell operations and interpeters for running them locally and remotely.

Safe HaskellNone
LanguageHaskell2010

System.Handsy

Synopsis

Documentation

data HandsyF k Source

Base functor for our dsl

Instances

writeFile :: forall m. MonadFree HandsyF m => String -> ByteString -> m () Source

run :: Handsy a -> IO a Source