On 1/30/07, skaller <[EMAIL PROTECTED]> wrote: > The reference manual is incomplete -- writing documentation is much > harder than writing code, and even more dependent on readers for > feedback. > > You probably need to look at the tutorial and the regression > tests .. and even then there are features which have no test > cases at all.
I think what would be most useful (and probably easy to maintain) is just a list of all keywords / syntax with a one-line description of what they're for (and whether they're experimental). To use your explanations as examples: let ?x = y in z: sugar for "match y with | ?x => z | _ => assert false" pattern when expr: only match pattern when expr is true But now that I've downloaded the CVS version, I see that there are now some man pages to this effect! Much better :) Thanks for the help, Chris ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
