Browse thread
global record
[
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: | 2006-07-19 (15:07) |
From: | William D. Neumann <wneumann@c...> |
Subject: | Re: [Caml-list] global record |
On Wed, 19 Jul 2006, Yoann Padioleau wrote: > You certainly mean > > if !verbose then printf "this is verbose mode\n" No. After he calls Arg parse, he does: let username = !username let password = !password let client = if !client = "" then None else Some !client let token = !token let update = !update let verbose = !verbose let args = List.rev !args and loses the refs. William D. Neumann --- "There's just so many extra children, we could just feed the children to these tigers. We don't need them, we're not doing anything with them. Tigers are noble and sleek; children are loud and messy." -- Neko Case Life is unfair. Kill yourself or get over it. -- Black Box Recorder