On Thu, Aug 16, 2012 at 1:08 AM, john skaller <skal...@users.sourceforge.net
> wrote:

> > fun sum_str[X] : X -> string = match x in
> >   | case 0 of X ?x => str(x)
> >   | _ => sum_str( shift(x) )
> >
>



> I doubt stack-exchangers would have the faintest idea what was going on.
> Someone on lambda-the-ultimate might, but that forum isn't really set up
> for asking questions.
>

Have you spent much time on http://cstheory.stackexchange.com/ they seem to
discuss a lot of stuff I have no clue about.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to