mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Comment AbstractInterpretation
This commit is contained in:
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
1
Frap.v
|
@ -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.
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -17,3 +17,4 @@ ModelChecking_template.v
|
|||
ModelChecking.v
|
||||
OperationalSemantics_template.v
|
||||
OperationalSemantics.v
|
||||
AbstractInterpretation.v
|
||||
|
|
Loading…
Reference in a new issue