@hackage th-typegraph0.28
Graph of the subtype relation
Categories
License
BSD-3-Clause
Maintainer
David Fox <dsf@seereason.com>
Links
Versions
Deprecated
Dependencies (13)
- base >=4.8 && <5
- base-compat
- containers
- data-default
- haskell-src-exts
- lens 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.