Merge branch 'master' of github.com:urbit/urbit

This commit is contained in:
Curtis Yarvin 2013-11-14 03:32:12 +00:00
commit 87d95cb44c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,6 @@
:: Consider this Turing-complete non-lambda automaton, "Nock":
::
:: nock(a) *a
:: [a b c] [a [b c]]
::
:: ?[a b] 0
:: ?a 1
@ -49,6 +48,7 @@
:: *[a 10 [b c] d] *[a 8 c 7 [0 3] d]
:: *[a 10 b c] *[a c]
::
:: [a b c] [a [b c]]
:: *a *a
::
:: In a reflexive stage X, we assert, *[A_X B_X] yields B_X.

View File

@ -6,7 +6,6 @@
2 Reductions
nock(a) *a
[a b c] [a [b c]]
?[a b] 0
?a 1
@ -39,4 +38,5 @@
*[a 10 [b c] d] *[a 8 c 7 [0 3] d]
*[a 10 b c] *[a c]
[a b c] [a [b c]]
*a *a