Module

Data.Path.Pathy.Gen

Package
purescript-pathy
Repository
slamdata/purescript-pathy

#genAbsDirPath Source

genAbsDirPath :: forall m. MonadGen m => MonadRec m => m (AbsDir Sandboxed)

#genAbsFilePath Source

genAbsFilePath :: forall m. MonadGen m => MonadRec m => m (AbsFile Sandboxed)

#genAbsAnyPath Source

genAbsAnyPath :: forall m. MonadGen m => MonadRec m => m (AbsPath Sandboxed)

#genRelDirPath Source

genRelDirPath :: forall m. MonadGen m => MonadRec m => m (RelDir Sandboxed)

#genRelFilePath Source

genRelFilePath :: forall m. MonadGen m => MonadRec m => m (RelFile Sandboxed)

#genRelAnyPath Source

genRelAnyPath :: forall m. MonadGen m => MonadRec m => m (RelPath Sandboxed)