1
0
Fork 0
universal-calculator/.vscode/settings.json

19 lines
243 B
JSON
Raw Permalink Normal View History

2023-09-14 14:24:11 -04:00
{
"cSpell.words": [
2023-12-01 15:14:28 -05:00
"Bifunctor",
"bimap",
2023-09-19 16:31:12 -04:00
"Collatz",
2023-12-01 15:14:28 -05:00
"Combinators",
2023-09-14 14:24:11 -04:00
"concat",
2023-09-14 23:46:41 -04:00
"coprime",
2023-09-18 11:56:00 -04:00
"elems",
2023-09-28 16:13:48 -04:00
"Factorisation",
"factorise",
2023-11-10 10:41:44 -05:00
"foldl",
"HLINT",
2023-12-06 14:21:35 -05:00
"mempty",
"Prec",
2023-11-10 10:41:44 -05:00
"unrecognised"
2023-09-14 14:24:11 -04:00
]
2023-12-06 14:21:35 -05:00
}