Advertisement
cciaranddunne

Untitled

Nov 4th, 2017
2,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. val dupe = LAM ("x", APP (ID "x", ID "x"));
  2. val omega = APP (dupe, dupe);
  3. val iomega = V omega;
  4. val comega = U omega;
  5. val bomega = O ["x","y","z"] omega;
  6. val ibomega = V' bomega;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement