The latest version of instance-control is 0.1.2.0-0.

instance-control

Version 0.1.0.0 revision 0 uploaded by lazac.

Package meta

Synopsis
Controls how the compiler searches for instances using type families.
Description

GHC has no capability to perform graph searches on instance definition. Because of that, transitive rules for type classes cannot be defined. This package solves the issue with type functions performing a search on the graph where nodes are types and edges are rules from a given rule database. After constructing the type-level representation of the wanted path, the system constructs the needed functions from the value-level representation of the database.

Author
Boldizsar Nemeth
Bug reports
n/a
Category
Control
Copyright
n/a
Homepage
https://github.com/lazac/instance-control
Maintainer
nboldi@caesar.elte.hu
Package URL
n/a
Stability
n/a

Components