FilePather-0.1.6: Functions on System.FilePath

Safe HaskellSafe-Infered

System.FilePath.FilePather.LiftI

Synopsis

Documentation

class LiftI f a | f -> a whereSource

A type-class for lifting a value. This type-class probably belongs elsewhere (pointers appreciated!).

Methods

liftI :: Monad g => g a -> f gSource