module Key_Domain:Shape
Keys module for the abstract domains of Eva.
include Structure.Key
type 'a
structure =
| |
Void : |
| |
Leaf : |
| |
Node : |
The gadt, based on keys giving the type of each node. Describes the internal structure of a data type. Used internally to automatically generate efficient accessors of its nodes.