Skip to content

Commit b3ccea4

Browse files
committed
edit
1 parent 24ccb6a commit b3ccea4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ In further detail:
5252
- `src/CC/`: the formal specification of $\lambda_{\mathtt{SEC}}^\Rightarrow$:
5353
its syntax, its type system, and its operational semantics (both small-step
5454
and big-step).
55+
* `src/CC/Compile.agda`: defines type-preserving compilation
56+
from $\lambda_{\mathtt{SEC}}^\star$ to $\lambda_{\mathtt{SEC}}^\Rightarrow$.
5557

5658
+ `src/Examples.agda`: contains examples programs. It sources the
5759
following modules:

0 commit comments

Comments
 (0)