shake-ext-0.4.2.0: Helper functions for linting with shake

Safe HaskellNone
LanguageHaskell2010

Development.Shake.ATS

Synopsis

Documentation

cgen :: FilePath -> Rules () Source #

This provides rules for generating C code from ATS source files in the ats-src directory.

cgenPretty :: Rules () Source #

This uses pats-filter to prettify the errors.

atsBin :: Bool -> [String] -> String -> String -> Rules () Source #