search for: haskellwiki

Displaying 2 results from an estimated 2 matches for "haskellwiki".

2010 Jul 20
1
[LLVMdev] Rendering MachineFunctions as HTML.
...enty to be done (see postscript for suggestions), but it's stable enough to be worth checking out, if you're in to this kind of thing. Feedback and suggestions very welcome. Finally an acknowledgement: The machine function rendering project got started at AusHac2010 (http://www.haskell.org/haskellwiki/AusHac2010) due to strong interest in LLVM's register allocator from several GHC LLVM backend hackers. Many thanks to Alex Mason and Ivan Miljenovic for organising such a great event, and to all the other attendees for making it a really enjoyable weekend! Cheers, Lang. TODO: * Better regis...
2009 Aug 19
1
[PATCH libguestfs] avoid build failure due to Haskell keyword clash
...ll cause some conflicts in the generated code" name + failwithf "%s has a param/ret called 'argv' or 'args', which will cause some conflicts in the generated code" name; + + (* List Haskell, OCaml and C keywords here. + * http://www.haskell.org/haskellwiki/Keywords + * http://caml.inria.fr/pub/docs/manual-ocaml/lex.html#operator-char + * http://en.wikipedia.org/wiki/C_syntax#Reserved_keywords + * Formatted via: cat c haskell ocaml|sort -u|grep -v _ \ + * |perl -pe 's/(.*)/"$1";/'|fmt -70 + *...