-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | ToDhall and FromDhall instances for Path. -- -- ToDhall and FromDhall instances for Path. @package path-dhall-instance @version 0.2.1.0 -- | Dhall instance for Path. module Path.Dhall pathDecoder :: Show a1 => (FilePath -> Either a1 a2) -> InputNormalizer -> Decoder a2 instance Dhall.FromDhall (Path.Internal.Path Path.Posix.Rel Path.Posix.Dir) instance Dhall.FromDhall (Path.Internal.Path Path.Posix.Rel Path.Posix.File) instance Dhall.FromDhall (Path.Internal.Path Path.Posix.Abs Path.Posix.Dir) instance Dhall.FromDhall (Path.Internal.Path Path.Posix.Abs Path.Posix.File) instance Dhall.ToDhall (Path.Internal.Path Path.Posix.Rel Path.Posix.Dir) instance Dhall.ToDhall (Path.Internal.Path Path.Posix.Rel Path.Posix.File) instance Dhall.ToDhall (Path.Internal.Path Path.Posix.Abs Path.Posix.Dir) instance Dhall.ToDhall (Path.Internal.Path Path.Posix.Abs Path.Posix.File)