uhc-util-0.1.3.2: UHC utilities

Safe HaskellNone

UHC.Util.FPath

Documentation

data FPath Source

Constructors

FPath 

class FPATH f whereSource

Methods

mkFPath :: f -> FPathSource

searchLocationsForReadableFiles :: FPathError e => (loc -> FPath -> [(loc, FPath, [e])]) -> Bool -> [loc] -> FileSuffixes -> FPath -> IO [(FPath, loc, [e])]Source