Currently if you have a formatting string f"%s", it expects a charp 
instead of a string. To get the string, you need f"%S". Since I'd expect 
that felix strings will be used much more often than charps, mind if I 
swap the two meanings?

Also, once we roll out the show typeclass, we probably should replace 
"%s" with a call to Show::str, so that "%s" can be used for most types.

-e

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to