| License | MIT |
|---|---|
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Path.Like
Description
Type classes for compiling down to well-typed Paths.
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`.
Minimal complete definition
Nothing