Skip to content

Instantly share code, notes, and snippets.

@sypha
Created November 16, 2017 16:16
Show Gist options
  • Save sypha/e39818601769ea933e388df75174eca1 to your computer and use it in GitHub Desktop.
Save sypha/e39818601769ea933e388df75174eca1 to your computer and use it in GitHub Desktop.
rules:
s(x)~>true
x+y~>false
terme:
s(0+s(y))
inner-most
1: s(0+true)
2: s(false)
outer-most
1: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment