Skeletest.Internal.Preprocessor
processFile :: Options -> FilePath -> Text -> IO Text Source #
Preprocess the given Haskell file. See Main.hs
data Options Source #
Constructors
Fields
Defined in Skeletest.Internal.Preprocessor
Methods
readsPrec :: Int -> ReadS Options #
readList :: ReadS [Options] #
readPrec :: ReadPrec Options #
readListPrec :: ReadPrec [Options] #
showsPrec :: Int -> Options -> ShowS #
show :: Options -> String #
showList :: [Options] -> ShowS #
defaultOptions :: FilePath -> Options Source #
decodeOptions :: Text -> Either Text Options Source #