License | MIT |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Type classes for compiling down to well-typed Path
s.
Documentation
class PathLike b t a | a -> b, a -> t where Source #
Class representing a type a
that can be compiled down to a `Path b t`.
class PathLike b File a => FileLike b a where Source #
Class representing a type a
that can be compiled down to a `Path b File`.
Nothing