Immutable definitions and documentation updates
This commit is contained in:
		| @ -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  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 James Eversole
						James Eversole