Skip to content

Commit adda267

Browse files
committed
addressed review comment (STL->STLC)
1 parent 7b4c9b7 commit adda267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/simple-smp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Proof by structural induction over terms.
123123

124124
To prove (1):
125125

126-
- the cases for variables, lambdas and applications are as in [STL](https://en.wikipedia.org/wiki/Simply_typed_lambda_calculus).
126+
- the cases for variables, lambdas and applications are as in [STLC](https://en.wikipedia.org/wiki/Simply_typed_lambda_calculus).
127127
- If `t = ’t2`, then by inversion we have ` ’ E1 |- t2: T2` for some type `T2`.
128128
By the second [induction hypothesis](https://en.wikipedia.org/wiki/Mathematical_induction) (I.H.), we have one of:
129129
- `t2 = u`, hence `’t2` is a value,

0 commit comments

Comments
 (0)