Skip to content

Commit a8b86e7

Browse files
committed
README: Remove TODOs not relevant for the artifact submission
1 parent df4ff68 commit a8b86e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The following table shows where each of the definitions, theorems, and proofs fr
372372
| Figure 3 | | | [src/Translation/LanguageMap.lagda.md](src/Translation/LanguageMap.lagda.md) | This file mostly reexports expressiveness results and applies transitivity and the above theorems. It serves as a nice entry point to explore most of our results. |
373373
| Theorem 5.1 | 𝑛-CC | `NCC` | [src/Lang/NCC.lagda.md](src/Lang/NCC.lagda.md) | |
374374
| | 𝑛-CC ⪰ CCC | `NCC≽CCC` | [src/Translation/Lang/CCC-to-NCC.agda](src/Translation/Lang/CCC-to-NCC.agda) | |
375-
| | clamp | `Exact.translate` | [src/Translation/Lang/CCC-to-NCC.agda](src/Translation/Lang/CCC-to-NCC.agda) | | -- TODO this is not actually a compiler
375+
| | clamp | `Exact.translate` | [src/Translation/Lang/CCC-to-NCC.agda](src/Translation/Lang/CCC-to-NCC.agda) | |
376376
| | shrink₂ | `shrinkTo2Compiler` | [src/Translation/Lang/NCC/ShrinkTo2.agda](src/Translation/Lang/NCC/ShrinkTo2.agda) | |
377377
| | grow | `growCompiler` | [src/Translation/Lang/NCC/Grow.agda](src/Translation/Lang/NCC/Grow.agda) | |
378378
| Theorem 5.3 | ADT ≽ 2CC | `ADT≽2CC` | [src/Translation/Lang/2CC-to-ADT.agda](src/Translation/Lang/2CC-to-ADT.agda) | |
@@ -392,7 +392,7 @@ The following table shows where each of the definitions, theorems, and proofs fr
392392
| Theorem 5.16 | ¬Complete(FST) | `FST-is-incomplete` | [src/Lang/FST.agda](src/Lang/FST.agda) | |
393393
| Theorem 5.17 | OC ⋡ FST | `WFOC⋡FST` | [src/Translation/Lang/FST-to-OC.lagda.md](src/Translation/Lang/FST-to-OC.lagda.md) | |
394394
| Theorem 5.18 | FST ⋡ OC | `FSTL⋡WFOCL` | [src/Translation/Lang/OC-to-FST.agda](src/Translation/Lang/OC-to-FST.agda) | |
395-
| Corollary 5.19 | FST ⋡ 2CC | `FST⋡2CC` | [src/Translation/LanguageMap.lagda.md](src/Translation/LanguageMap.lagda.md) | | -- TODO Why are both F's the same
395+
| Corollary 5.19 | FST ⋡ 2CC | `FST⋡2CC` | [src/Translation/LanguageMap.lagda.md](src/Translation/LanguageMap.lagda.md) | |
396396
| Theorem 5.20 | Sound(FST) | `FST-is-sound` | [src/Translation/LanguageMap.lagda.md](src/Translation/LanguageMap.lagda.md) | |
397397
| | 2CC ≽ FST | `2CC≽FST` | [src/Translation/LanguageMap.lagda.md](src/Translation/LanguageMap.lagda.md) | |
398398

0 commit comments

Comments
 (0)