ats-pkg-1.2.0.7: Package manager for ATS

Safe HaskellNone
LanguageHaskell2010

Language.ATS.Package.Type

Documentation

data Pkg Source #

Constructors

Pkg 

Fields

data Bin Source #

Constructors

Bin

Whether to use the garbage collector

Fields

Instances

Eq Bin Source # 

Methods

(==) :: Bin -> Bin -> Bool #

(/=) :: Bin -> Bin -> Bool #

Show Bin Source # 

Methods

showsPrec :: Int -> Bin -> ShowS #

show :: Bin -> String #

showList :: [Bin] -> ShowS #

Generic Bin Source # 

Associated Types

type Rep Bin :: * -> * #

Methods

from :: Bin -> Rep Bin x #

to :: Rep Bin x -> Bin #

Interpret Bin Source # 
type Rep Bin Source # 

mkPkg :: [String] -> IO () Source #