Safe Haskell | None |
---|---|
Language | GHC2024 |
System.Process.Quick.Predicate.InFile
Documentation
data InFile (ext :: Symbol) Source #
Instances
genFilePathBy :: forall (e :: Symbol). KnownSymbol e => Proxy e -> Gen FilePath Source #
data OutFile (ext :: Symbol) Source #
Instances
KnownSymbol e => Predicate (OutFile e :: Type) String Source # | |
Defined in System.Process.Quick.Predicate.InFile | |
RefinedOutArgLocator (Refined (OutFile e) FilePath :: Type) Source # | |
Defined in System.Process.Quick.Predicate.InFile Methods locateRefinedOutArg :: Proxy (Refined (OutFile e) FilePath) -> ArgCollector m Source # | |
KnownSymbol e => Arbitrary (Refined (OutFile e) FilePath) Source # | |