dovetail-core-0.1.0.0: Dovetail support for the PureScript core library set
Safe HaskellNone
LanguageHaskell2010

Dovetail.Core

Synopsis

Building core libraries

data CoreBuild ctx Source #

Constructors

CoreBuild 

Instances

Instances details
Semigroup (CoreBuild ctx) Source # 
Instance details

Defined in Dovetail.Core

Methods

(<>) :: CoreBuild ctx -> CoreBuild ctx -> CoreBuild ctx #

sconcat :: NonEmpty (CoreBuild ctx) -> CoreBuild ctx #

stimes :: Integral b => b -> CoreBuild ctx -> CoreBuild ctx #

Monoid (CoreBuild ctx) Source # 
Instance details

Defined in Dovetail.Core

Methods

mempty :: CoreBuild ctx #

mappend :: CoreBuild ctx -> CoreBuild ctx -> CoreBuild ctx #

mconcat :: [CoreBuild ctx] -> CoreBuild ctx #

buildModules :: forall ctx. Typeable ctx => CoreBuild ctx -> Interpret ctx () Source #

Package collections

minimal :: Typeable ctx => CoreBuild ctx Source #

A smaller package collection which is the transitive closure of the arrays, strings, integers, numbers and math packages.

Individual packages

gen :: Typeable ctx => CoreBuild ctx Source #

lcg :: Typeable ctx => CoreBuild ctx Source #

st :: Typeable ctx => CoreBuild ctx Source #