License | MIT |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Path.Dhall
Contents
Description
Dhall instance for Path
.
Documentation
pathDecoder :: Show a1 => (FilePath -> Either a1 a2) -> InputNormalizer -> Decoder a2 Source #
Orphan instances
FromDhall (Path Abs File) Source # | |
FromDhall (Path Abs Dir) Source # | |
FromDhall (Path Rel File) Source # | |
FromDhall (Path Rel Dir) Source # | |
ToDhall (Path Abs File) Source # | |
Methods injectWith :: InputNormalizer -> Encoder (Path Abs File) # | |
ToDhall (Path Abs Dir) Source # | |
Methods injectWith :: InputNormalizer -> Encoder (Path Abs Dir) # | |
ToDhall (Path Rel File) Source # | |
Methods injectWith :: InputNormalizer -> Encoder (Path Rel File) # | |
ToDhall (Path Rel Dir) Source # | |
Methods injectWith :: InputNormalizer -> Encoder (Path Rel Dir) # |