@hackage th-typegraph0.18
Graph of the subtype relation
Categories
License
BSD-3-Clause
Maintainer
David Fox <dsf@seereason.com>
Links
Versions
Deprecated
Dependencies (10)
- base >=4.2 && <5
- containers
- data-default
- haskell-src-exts
- lens
- mtl Show all…
Dependents (2)
@hackage/acme-everything, @hackage/th-context
Build a graph whose nodes are Types and whose edges represent the subtype relation: Char is a subtype of Maybe Char, Int is a subtype of (Int, Double), and so on.