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