Immutable definitions and documentation updates
All checks were successful
Test, Build, and Release / test (push) Successful in 1m22s
Test, Build, and Release / build (push) Successful in 1m23s

This commit is contained in:
James Eversole
2025-01-24 16:14:33 -06:00
parent 8b043911ca
commit 1f5a910fb2
6 changed files with 137 additions and 32 deletions

View File

@ -18,7 +18,7 @@ id = (\a : a)
pair = t
if = (\cond then else : t (t else (t t then)) t cond)
triage = (\a b c : t (t a b) c)
triage = (\leaf stem fork : t (t leaf stem) fork)
test = triage "Leaf" (\_ : "Stem") (\_ _ : "Fork")
matchBool = (\ot of : triage