add `id`, `omega`, and `K` to prelude.

This commit is contained in:
trans_soup 2023-11-11 18:37:01 +01:00
parent ebcf350c45
commit bbf9b0c919
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
export default [
"T = a b → a",
"F = a b → b",
"id = a → a",
"omega = f → f f ",
"K = a b → a",
];