mirror of
https://github.com/achlipala/frap.git
synced 2025-01-07 16:44:14 +00:00
AbstractInterpretation: flow-insensitive analysis
This commit is contained in:
parent
062119d6a2
commit
c568a047cd
2 changed files with 837 additions and 486 deletions
File diff suppressed because it is too large
Load diff
2
Frap.v
2
Frap.v
|
@ -215,3 +215,5 @@ Ltac simplify_map :=
|
||||||
simplify_map' (m $+ (k, v)) tt ltac:(fun m' =>
|
simplify_map' (m $+ (k, v)) tt ltac:(fun m' =>
|
||||||
replace (@add A B m k v) with m' by maps_equal)
|
replace (@add A B m k v) with m' by maps_equal)
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Ltac sets := Sets.sets ltac:(simpl in *; intuition (subst; auto)).
|
||||||
|
|
Loading…
Reference in a new issue