Adjust cspell

This commit is contained in:
imaqtkatt 2024-05-03 13:33:25 -03:00
parent e13e360118
commit 273733a84f
2 changed files with 5 additions and 10 deletions

View File

@ -40,6 +40,7 @@
"insta",
"interner",
"itertools",
"kwargs",
"lcons",
"linearization",
"linearizes",
@ -59,6 +60,7 @@
"oref",
"peekable",
"postcondition",
"prec",
"readback",
"recursively",
"redex",
@ -91,13 +93,6 @@
"walkdir",
"wopts"
],
"files": [
"**/*.rs",
"**/*.md"
],
"ignoreRegExpList": [
"HexValues",
"/λ/g",
"/-O/g"
]
"files": ["**/*.rs", "**/*.md"],
"ignoreRegExpList": ["HexValues", "/λ/g", "/-O/g"]
}

View File

@ -587,7 +587,7 @@ def inc_list(list):
def lam():
return lambda x, y: return x;;
def mtch(b):
def do_match(b):
match b as bool:
case True:
return 1;