Skip to content
Snippets Groups Projects
  1. Jun 13, 2000
  2. Jun 12, 2000
  3. Jun 11, 2000
  4. Jun 10, 2000
    • Jeff Lewis's avatar
      [project @ 2000-06-10 00:34:52 by lewie] · 426e298e
      Jeff Lewis authored
      Update instFunDepsOfTheta to accomodate Simon's recent commit (it hadn't
      needed to generate fundeps for IParams previously).  This undoes Simon's
      comment about `forall a. ?x::a => Int' being ambiguous.  It isn't, and
      now it isn't flagged as such either.  I.e, there's nothing wrong with:
          foo :: ?x::a => Int
          foo = fst (13, ?x)
      (of course, less contrived examples can also be given!).
      426e298e
  5. Jun 09, 2000
    • Jeff Lewis's avatar
      [project @ 2000-06-09 23:28:34 by lewie] · d76863bb
      Jeff Lewis authored
      Simon was kind enough to re-write elegantly a function that I had written
      awkwardly, but revealed that beautification doesn't always yield better
      code ;-)  Fixed a silly typo and further beautified the code (so that the
      cut-n-paster error that Simon introduced would have been easier to spot).
      d76863bb
    • Simon Marlow's avatar
      [project @ 2000-06-09 16:21:30 by simonmar] · 18583b85
      Simon Marlow authored
      ieee-flpt.h is in ../../includes, not ../includes.
      18583b85
Loading