catgirl-calculus/lib/prelude.mjs

5 lines
56 B
JavaScript

export default [
"T = a b → a",
"F = a b → b",
];