Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype ReadFilePathT f a Source #
ReadFilePathT (FilePath -> f a) |
Instances
type ReadFilePath a = ReadFilePathT Identity a Source #
type ReadFilePathT1 f = ReadFilePathT f () Source #
type ReadFilePath1 f = ReadFilePath () Source #
readFilePath :: Iso (ReadFilePath a) (ReadFilePath a') (FilePath -> a) (FilePath -> a') Source #
hoistReadFilePath :: Applicative f => ReadFilePath a -> ReadFilePathT f a Source #
liftReadFilePath :: Applicative f => (FilePath -> a) -> ReadFilePathT f a Source #