I noticed that with the list instance of Str doesn't need to open the
instance to have it be usable, as shown in this example:

val x = List::list (1, 2, 3);
println $ x;

(btw, I love not having to import flx.flxh :) )

Did something change that we no longer have to open instances for some
types of types, or did it always work?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to