coda-0.0.1: The coda compiler

Copyright(c) Edward Kmett 2017
LicenseBSD2
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Coda.Server.Options

Description

 

Synopsis

Documentation

data ServerOptions Source #

Options for coda server

Instances

Eq ServerOptions Source # 
Data ServerOptions Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ServerOptions -> c ServerOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ServerOptions #

toConstr :: ServerOptions -> Constr #

dataTypeOf :: ServerOptions -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ServerOptions) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ServerOptions) #

gmapT :: (forall b. Data b => b -> b) -> ServerOptions -> ServerOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ServerOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ServerOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> ServerOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ServerOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ServerOptions -> m ServerOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ServerOptions -> m ServerOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ServerOptions -> m ServerOptions #

Ord ServerOptions Source # 
Read ServerOptions Source # 
Show ServerOptions Source # 
Default ServerOptions Source # 

Methods

def :: ServerOptions

HasServerOptions ServerOptions Source # 

parseServerOptions :: Parser ServerOptions Source #

Parse coda server options