| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Dhall.YamlToDhall
Synopsis
- data Options = Options {
- schema :: Text
- conversion :: Conversion
- defaultOptions :: Text -> Options
- data YAMLCompileError = YAMLCompileError CompileError
- dhallFromYaml :: Options -> ByteString -> IO (Expr Src X)
Documentation
Options to parametrize conversion
Constructors
| Options | |
Fields
| |
defaultOptions :: Text -> Options Source #
data YAMLCompileError Source #
Constructors
| YAMLCompileError CompileError |
Instances
| Show YAMLCompileError Source # | |
Defined in Dhall.YamlToDhall Methods showsPrec :: Int -> YAMLCompileError -> ShowS # show :: YAMLCompileError -> String # showList :: [YAMLCompileError] -> ShowS # | |
| Exception YAMLCompileError Source # | |
Defined in Dhall.YamlToDhall Methods toException :: YAMLCompileError -> SomeException # | |
dhallFromYaml :: Options -> ByteString -> IO (Expr Src X) Source #
Transform yaml representation into dhall