Safe Haskell | Safe |
---|---|
Language | Haskell98 |
System.Path.PartClass
Documentation
class Private ar => AbsRel ar where Source #
This class allows selective behaviour for absolute and relative paths and is mostly for internal use.
Minimal complete definition
Methods
switchAbsRel :: f Abs -> f Rel -> f AbsRel -> f ar Source #
See https://wiki.haskell.org/Closed_world_instances for the used technique.
class AbsRel ar => AbsOrRel ar where Source #
Minimal complete definition
Methods
switchAbsOrRel :: f Abs -> f Rel -> f ar Source #