Skip to content
Snippets Groups Projects
  1. May 24, 2016
    • David Feuer's avatar
      Make parser state a newtype · ba70ca2a
      David Feuer authored
      Previously, it was `data` wrapping a `Maybe`, which seems a bit
      silly. Obviously, this can be changed back if anyone wants to add
      more fields some day.
      ba70ca2a
  2. May 16, 2016
  3. May 14, 2016
  4. May 12, 2016
  5. May 11, 2016
  6. May 10, 2016
  7. May 01, 2016
  8. Apr 20, 2016
  9. Apr 16, 2016
  10. Apr 10, 2016
  11. Apr 04, 2016
    • Rik Steenkamp's avatar
      Fix printing of pattern synonym types · 1308be34
      Rik Steenkamp authored and Ben Gamari's avatar Ben Gamari committed
      Removes the call to `patSynType :: PatSyn -> Type` in `Convert.hs` as this
      function will be removed from GHC. Instead, we use the function `patSynSig`
      and build the `HsDecl` manually. This also fixes the printing of the two
      contexts and the quantified type variables in a pattern synonym type.
      
      Reviewers: goldfire, bgamari, mpickering
      
      Differential Revision: https://phabricator.haskell.org/D2048
      
      (cherry picked from commit 3ddcbd6b)
      1308be34
  12. Mar 15, 2016
  13. Mar 13, 2016
  14. Feb 18, 2016
  15. Feb 17, 2016
  16. Feb 11, 2016
  17. Feb 08, 2016
Loading