packages feed

maxsharing-1.0.2: examples/lamping_simpl.l

let
	h = λh. let
			w = λw. h (w (λy.y))
		in w (w (λz.z))
in h (h (λx.x))