mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Typo in translation rule
This commit is contained in:
parent
d74a0ebb42
commit
c607913898
1 changed files with 1 additions and 1 deletions
|
@ -4079,7 +4079,7 @@ We will define a judgment $\dscomp{v}{c}{s}$, indicating that mixed-embedded com
|
|||
|
||||
A good warmup is defining a related judgment $\dscomp{v}{n}{e}$, compiling normal Gallina numeric expressions $n$ into syntactic expressions $e$.
|
||||
|
||||
$$\infer{\dscomp{v}{x}{n}}{
|
||||
$$\infer{\dscomp{v}{n}{x}}{
|
||||
v(x) = n
|
||||
}
|
||||
\quad \infer{\dscomp{v}{n_1 + n_2}{e_1 + e_2}}{
|
||||
|
|
Loading…
Reference in a new issue