Skip to content

Instantly share code, notes, and snippets.

@dmwit
Created March 23, 2021 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmwit/dbeea223d0de082906b3d50d2c28d790 to your computer and use it in GitHub Desktop.
Save dmwit/dbeea223d0de082906b3d50d2c28d790 to your computer and use it in GitHub Desktop.
f n
={ definition of f }
fix g n
={ definition of fix }
g (fix g) n
={ definition of g }
fix g (pred n)
= { undo definition of f }
f (pred n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment