[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Lukasz Stafiniak <luk_stafi@w...> |
| Subject: | [Caml-list] Let-in vs beta-redex |
Hi, Is let-in more efficient than beta-redex or are they computationally equivalent? Is let-in a syntax-sugar of beta-redex? E.g. let x = sin 2. in x *. x *. x;; (fun x -> x *. x *. x) (sin 2.);; Thank You in advance, Kindest Regards, Lukasz ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners