-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
LGGs (on antiunfiers) can be a useful widening technique.
One way to take advantage: when we make a new rule LHS => RHS if C, we could try to transform it as much as possible (using unification) to C [ LHS' => RHS' ]. Then if C has the structure like C(T1,...TI, LHS' => RHS', TI+1,...TN), then all of T1...TI, and TI+1...TN could be replaced with variables. This may make the abstraction process more automatable in the presence of things like threads.
Metadata
Metadata
Assignees
Labels
No labels