Module

SqlSquared.Path

Package
purescript-sql-squared
Repository
slamdata/purescript-sql-squared

#parseAnyFilePath Source

parseAnyFilePath :: forall m. Applicative m => (forall a. String -> m a) -> String -> m AnyFile

#printAnyFilePath Source

#parseAnyDirPath Source

parseAnyDirPath :: forall m. Applicative m => (forall a. String -> m a) -> String -> m AnyDir

#printAnyDirPath Source

#parseAnyPath Source

parseAnyPath :: forall m. Applicative m => (forall a. String -> m a) -> String -> m (Either AnyDir AnyFile)

#genAnyFilePath Source

genAnyFilePath :: forall m. MonadGen m => MonadRec m => m AnyFile

#genAnyDirPath Source

genAnyDirPath :: forall m. MonadGen m => MonadRec m => m AnyDir

Re-exports from Pathy

#AnyFile Source

type AnyFile = Either AbsFile RelFile

A type describing a absolute or relative file path.

#AnyDir Source

type AnyDir = Either AbsDir RelDir

A type describing a absolute or relative directory path.