̳: «ocaml»

:


  1. fa.caml Lists

    fa.caml minor discussion on Lists

    groups.google.com/group/fa.caml/browse_thread/thread/541dedf6ec56e9f4/fc544821e266278d

    : 1 |  - ocaml
  2. Functional lists and deques from chap 7

    Functional lists and deques from chapter 7 of the Purely Functional Data structures

    ocaml.info/ocaml_sources/pure-fun-1.0.6/chp7.ml

    : 1 |  - ocaml
  3. Example queue implementations

    Example queue implementations For cs7963, Spring 2005 Robert Ricci Some of these data structures come from the book: "Purely Functional Data Structures", by Chris Okasaki Another good resource (paricularly for ocaml's lazy evaluation

    cs.utah.edu/classes/cs7963-mflatt/queue.ml

    : 1 |  - ocaml
  4. Ocaml Lazy Lists- An Introduction

    In Ocaml, the keyword lazy is used before an expression to capture the expression as a lazy thunk. The function Lazy.force can be used to then force the lazy thunk and return the value. An example of this makes things more clear. One advantage Ocaml has

    enfranchisedmind.com/blog/archive/2007/01/01/177

    : 1 |  - ocaml - lazy

():
: