Comment AbstractInterpretation

This commit is contained in:
Adam Chlipala 2016-03-06 20:30:05 -05:00
parent 0b204ccdad
commit 70974db013
4 changed files with 1969 additions and 1721 deletions

File diff suppressed because it is too large Load diff

1
Frap.v
View file

@ -111,6 +111,7 @@ Ltac cases E :=
Global Opaque max min.
Infix "==n" := eq_nat_dec (no associativity, at level 50).
Infix "<=?" := le_lt_dec.
Export Frap.Map.

View file

@ -11,3 +11,4 @@ Just run `make` here to build everything, including the book `frap.pdf` and the
* Chapter 4: `TransitionSystems.v`
* Chapter 5: `ModelChecking.v`
* Chapter 6: `OperationalSemantics.v`
* Chapter 7: `AbstractInterpretation.v`

View file

@ -17,3 +17,4 @@ ModelChecking_template.v
ModelChecking.v
OperationalSemantics_template.v
OperationalSemantics.v
AbstractInterpretation.v