language-docker-12.1.0: Dockerfile parser, pretty-printer and embedded DSL
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Docker.Parser

Synopsis

Documentation

parseStdin :: IO (Either Error Dockerfile) Source #

Reads the standard input until the end and parses the contents as a Dockerfile

data DockerfileError Source #

Instances

Instances details
Data DockerfileError Source # 
Instance details

Defined in Language.Docker.Parser.Prelude

Methods

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

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

toConstr :: DockerfileError -> Constr #

dataTypeOf :: DockerfileError -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DockerfileError Source # 
Instance details

Defined in Language.Docker.Parser.Prelude

Show DockerfileError Source # 
Instance details

Defined in Language.Docker.Parser.Prelude

Eq DockerfileError Source # 
Instance details

Defined in Language.Docker.Parser.Prelude

Ord DockerfileError Source # 
Instance details

Defined in Language.Docker.Parser.Prelude

ShowErrorComponent DockerfileError Source # 
Instance details

Defined in Language.Docker.Parser.Prelude