On Fri, Jan 20, 2012 at 12:40 PM, oliver <oli...@first.in-berlin.de> wrote:
> On Thu, Jan 19, 2012 at 10:38:53PM -0800, Martin DeMello wrote:
>>       let a = match (out, value) with
>>         (true, true)  -> [o; v]
>>       | (false, true) -> [v]
>>       | (true, false) -> [o]
>>       | (false, false) -> []
> [...]
>
>
> Is there a way to get out and value from o and v?

No, out and value are just boolean inputs to the function to control
how the output is built up out of the individual parts.

martin


-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to