ddc-build-0.4.3.1: Disciplined Disciple Compiler build framework.

Safe HaskellNone
LanguageHaskell98

DDC.Build.Pipeline.Salt

Synopsis

Documentation

data PipeSalt a where Source #

Process a Core Salt module.

Instances

Show a => Show (PipeSalt a) Source # 

Methods

showsPrec :: Int -> PipeSalt a -> ShowS #

show :: PipeSalt a -> String #

showList :: [PipeSalt a] -> ShowS #

pipeSalt :: (Show a, Pretty a, NFData a) => Module a Name -> PipeSalt a -> IO [Error] Source #

Process a Core Salt module.

Returns empty list on success.