On 7/11/07, skaller <[EMAIL PROTECTED]> wrote:
> > Still trying to grasp this. How do you forget to "plug in" a channel?
>
> Pass it as an argument.

Ah, in most functional languages values cannot be null, and nullable
ones are wrapped in an option/maybe type. I take it this is not the
case for Felix?

Many functional languages that interoperate with imperative languages
[1] automatically wrap references in option types for safety reasons,
and matching on the type is a null check. Or did I misunderstand the
problem?

Sandro

[1] See SML.NET for instance.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to