| Binkley | stmartin: see below... @doc Text.Printf |
| lambdabot | http://haskell.org/ghc/docs/latest/html/libraries/base/Text-Printf.html |
| thoughtpolice | kpreid: so arr/pure are just functions defined by your Arrow instance to lift your pure functions into arrow's themselves? |
| Binkley | if you munge the URL appropriately, you can find your local copy, if you have the docs installed |
| kpreid | thoughtpolice: yes |
| thoughtpolice | kpreid: thanks :) |
| stmartin | Binkley: thanks. So is there anything local like perldoc? |
| monochrom | file:///usr/local/share/ghc-6.6/html/libraries/base/Text-Printf.html is available on my computer. |
| stmartin | Thanks |
| dons | ?docs Text.Printf |
| lambdabot | http://haskell.org/ghc/docs/latest/html/libraries/base/Text-Printf.html |
| monochrom | I love the way dons says "import global var support" for importing Control.Monad.State. :) |
| SamB | whoa neat I've scored spacewar sources! http://spacewar.oversigma.com/sources/sources.zip |
| minimal-criminal | java :[ I thought you mean original sources or somthing |
| SamB | minimal-criminal: I'm assuming it has the pdp-1 sources in there too |
| procyon112 | @pl f x y = [(x,y)] |
| lambdabot | f = flip flip [] . ((:) .) . (,) |
| minimal-criminal | ooh |
| SamB | see http://spacewar.oversigma.com/readme.html |
| lambdabot | Title: Spacewar Readme |
| monochrom | (:)^P |
| minimal-criminal | ohhh Nice ! |
| SamB | now, apparantly these are slightly modded sources... |
| shapr | mbishop: Nice to see you in another virtual environment! |
| mbishop | :P humies were doing so good up until SD :( |
| shapr | Yeah, that's how it always goes. You gotta wipe out the aliens at S2 with grenades and painsaws. |
| minimal-criminal | SamB: do you know how to compile it?: ) |
| abbystew | I compiled a wxHaskell program with ghc 6.4 and when I run it, I see a console. Is there a way to get rid of that console? |
| sorear | Other than 'don't use windows', no. it's a reported bug let me find the ticket |
| abbystew | sorear, thanks! |