funflow-examples-0.1.0: Example applications of the funflow library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Parse

Synopsis

Documentation

getValidMakeFile :: Maybe FilePath -> IO (Either MakeFile MFError) Source #

Extract valid makefile at given path, else $PWD/Makefile Result is either a Left-wrapped error message or a Right-wrapped result.

testMakeFileParse :: Maybe FilePath -> IO () Source #

Strictly testing