Note that there are some explanatory texts on larger screens.

plurals
  1. USlimp_chimp
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO@chirlu That still seems to produce errors: `PInt a + PFloat b = PFloat ((a + b) :: Double)` and `(PInt a) + (PFloat b) = PFloat ((a::Double) + b)` EDIT: OK, using `fromIntegral` does it. Thanks chirlu!
      singulars
    2. CO@ChrisGerken I'm not sure if your comment was meant to be snide or if you misunderstood me. I'm not looking for Eclipse to match XCode's functionality in general; I'm looking specifically for it to have XCode's code completion, which I find to be superior. I'm aware that there are many other areas, perhaps most, in which Eclipse is more powerful than XCode, but that's not what I was asking about.
      singulars
    3. COI don't think that's right -- although I could be wrong. The description of the second argument in `fromFile` says it's the name of the file in the archive. `sourceFile` looks promising, except that it doesn't return an `IO`, so it can't be easily used inside of `main` (possibly some kind of monad transformer gymnastics are required?). Also it really isn't clear just what a "source file" is anyway... Also, `addFile` seems to be for adding a file from the filesystem to the archive, which I'll need eventually but not right now. I'm not sure what `sourceBuffer` is even supposed to do. Blargh.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload