| Copyright | Copyright (C) 2020 Daniel Firth |
|---|---|
| Maintainer | Daniel Firth <dan.firth@homotopic.tech> |
| Safe Haskell | None |
| Language | Haskell2010 |
Path.Like
Description
License : MIT Stability : experimental
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