Commit 760b08e
authored
[ refactor ] Infrastructure for
* add : lemmas about balance factors at height 0
* add: `variable`s; tighten `import`s
* fix: qualified module name `Function`
* refactor: introduce typedefs, remove parentheses, streamline functions definitions
* refactor: use of `variable`s; tighten `import`s
* tidy up: use of `variable`s; tighten `import`s
* fix: `CHANGELOG`
* fix: whitespace
* fix: remove `n` as a name for height `h`
* add: `private` lemma `tree0`
* refactor: rename and deprecate
* revert: renaming/deprecation
* fix: more things
* fix: more things
* fix: more things
* fix: final things?
* tidy up: `Properties.Delete`
* tidy up: `Properties.Insert`
* tidy up: `Properties.HeadTail`
* tidy up: `Properties.Lookup`
* tidy up: `Properties.LookupFun`
* tidy up: `Properties.Singleton`
* refactor: `Properties.Join` and consolidate as one module
* add: freshness predicate `_#_`
* refactor: consolidate `Lookup`
* refactor: use freshness predicate
* refactor: standardise bound name for a segment `l < k < u`
* refactor: split up `Join` and `JoinLemmas`
* refactor: to use `JoinLemmas`
* refactor: standardise bound name for a segment `l < k < u`
* refactor: standardise notation
* refactor: use `variable`s
* refactor: use freshness predicate
* refactor: cosmetic tweaks
* fix: `import`s in `Properties`Data.Tree.AVL.Indexed.* (#2968)1 parent 7847620 commit 760b08e
15 files changed
Lines changed: 578 additions & 496 deletions
File tree
- src/Data/Tree/AVL
- Indexed/Relation/Unary
- Any
- Properties
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
| |||
188 | 196 | | |
189 | 197 | | |
190 | 198 | | |
191 | | - | |
192 | 199 | | |
193 | | - | |
| 200 | + | |
194 | 201 | | |
195 | 202 | | |
196 | 203 | | |
| |||
425 | 432 | | |
426 | 433 | | |
427 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
428 | 456 | | |
429 | 457 | | |
430 | 458 | | |
| |||
460 | 488 | | |
461 | 489 | | |
462 | 490 | | |
463 | | - | |
| 491 | + | |
464 | 492 | | |
465 | 493 | | |
466 | | - | |
| 494 | + | |
467 | 495 | | |
468 | 496 | | |
469 | 497 | | |
470 | 498 | | |
471 | | - | |
| 499 | + | |
472 | 500 | | |
473 | 501 | | |
474 | 502 | | |
475 | 503 | | |
476 | | - | |
| 504 | + | |
477 | 505 | | |
478 | 506 | | |
479 | 507 | | |
480 | 508 | | |
481 | | - | |
| 509 | + | |
482 | 510 | | |
483 | 511 | | |
484 | 512 | | |
485 | 513 | | |
486 | 514 | | |
487 | 515 | | |
488 | | - | |
| 516 | + | |
489 | 517 | | |
490 | 518 | | |
491 | 519 | | |
492 | 520 | | |
493 | | - | |
| 521 | + | |
494 | 522 | | |
495 | 523 | | |
496 | 524 | | |
497 | 525 | | |
498 | | - | |
| 526 | + | |
499 | 527 | | |
500 | 528 | | |
501 | 529 | | |
502 | 530 | | |
503 | | - | |
| 531 | + | |
504 | 532 | | |
505 | 533 | | |
506 | 534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
48 | | - | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | | - | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments