search results

  1. OCaml recursive function to apply a function n times. ... and a function f \'a -> \'a and an argument a of type \'a. f should be called on a n times. ...
    stackoverflow.com/questions/15285386/​ocaml-recursive... - Cached
  2. The following code example defines a recursive function sum that ... a value x and applies f to x exactly n times. ... applying twice to a function f yields a ...
    en.wikipedia.org/wiki/O`Caml - Cached
    More results from en.wikipedia.org »
  3. Function With n Parameters. To define a function with 2 parameters, ... but you are trying to apply the result to h \"x\". ... Recursive Function.
    xahlee.info/ocaml/functions.html - Cached
  4. ... I will use the phrase \"a function of n arguments\" to mean \"a function that must be applied n times to be ... apply a function ... recursive functions ...
    www2.lib.uchicago.edu/keith/ocaml-class/​functions.html - Cached
  5. Adobe PDF
    All that’s necessary for a function to be tail-recursive is that any time it ... obtained by applying the function to each ... # let rec make_list n = if n ...
    cseweb.ucsd.edu/.../fa12/cse130-a/​static /tailrecursion.pdf
  6. Recursive applications have to apply the ... and a function reduce ... equality of two lambda-terms can be confirmed in finite time. Given two terms M and N, ...
    okmij.org/ftp/Computation/fixed-point-​combinators.html - Cached
  7. You need to explicitly tell that you want to define a recursive function: ... to apply f to -1 you must ... (which is subject to change or removal at any time) ...
    ocaml.org/faq.html - Cached
  8. I\'m trying to write a function that accepts an int n and returns a list that runs down from n ... 366 times. active. ... OCaml recursive function to apply a function ...
    stackoverflow.com/questions/12503419/​stack-overflow... - Cached
  9. OCaml recursive function to apply a function n times - 1 new post. ... and a function f \'a -> \'a and an argument a of type \'a. f should be called on a n times.
    boardreader.com/tp/OCAML.html - Cached
  10. Mutually recursive functions. ... Let\'s rewrite the range function yet again, this time using as much shorthand as possible ... Let\'s write a function to print the ...
    ocaml.org/tutorials/labels.html - Cached