We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ccb6a commit b3ccea4Copy full SHA for b3ccea4
README.md
@@ -52,6 +52,8 @@ In further detail:
52
- `src/CC/`: the formal specification of $\lambda_{\mathtt{SEC}}^\Rightarrow$:
53
its syntax, its type system, and its operational semantics (both small-step
54
and big-step).
55
+ * `src/CC/Compile.agda`: defines type-preserving compilation
56
+ from $\lambda_{\mathtt{SEC}}^\star$ to $\lambda_{\mathtt{SEC}}^\Rightarrow$.
57
58
+ `src/Examples.agda`: contains examples programs. It sources the
59
following modules:
0 commit comments