|
Programming in Haskell
by Graham Hutton
See all pages
with references to "Succ Zero".
Excerpt - on Page 103: "
... is replaced by the second number. For example, showing that 2 + 1 = 3 proceeds as follows: add (Suce (Succ Zero)) (Succ Zero) ... "
Key Phrases:
True True, Suce Zero, Parser Char, False False, Haskell Report, Succ Zero, applying inf, parser int, defined using recursion, using foldr, innermost evaluation, standard prelude
(see more)
|
|
The Parametric Lambda Calculus: A Metamodel for Computation (Texts in Theoretical Computer Science. An EATCS Series)
by Simona Ronchi Della Rocca
See all pages
with references to "Succ Zero".
Excerpt - on Page 228: "
... Zero, Succ, Test, Pred E zA n O are such that, for all n E N: 1. Succ ( ... (Succ Zero)...)40. Moreover, if Succ ( ... (Succ Zero). ... "
|
|
See all pages
with references to "Succ Zero".
Excerpt - on Page 59: "
... Zero m n ==> m=n (A4) rule Add (Succ 1) m n' ==> n'=Succ n (A5) We have that Add (Succ Zero) m n, Add (Succ Zero) rn n', in = Zero >-->A:, ... "
|
|
Logic And Declarative Language
by M. Downward
See all pages
with references to "Succ Zero".
Excerpt - on Page 274: "
... Constants might then be defined as follows: one = Succ Zero two = Succ (Succ Zero) three = Succ (Succ (Succ Zero) in a manner that could become tedious. Natural addition ... "
|
| ||
| ||
| ||
| ||