This PR finishes post-stage0-cleanup after #8914 and #8929. Also: - adds configuration options for `haveI` and `letI` terms. - adds `letConfig` parser alias
4 lines
40 B
Text
4 lines
40 B
Text
#check
|
|
let a := 1
|
|
let b := 2
|
|
a + b
|