Commit Graph

  • 73e3678a96
    Merge cf19983d43 into ae73485e04 Faustin Date 2021-01-11 13:56:04 +0000
  • cf19983d43 Fix parsing of binop Faustin Date 2021-01-11 22:52:05 +0900
  • 2f6279a0e2
    Merge 4abcadb288 into ae73485e04 Michael Hueschen 2020-10-30 16:18:44 +0000
  • 4abcadb288
    make it build with ghc 8.6.5 Michael Hueschen 2020-10-30 08:38:33 -0700
  • 2d38047f34
    remove version constraints; build fails Michael Hueschen 2020-10-29 14:38:38 -0700
  • b7885fc073
    Merge 811f19cb2e into ae73485e04 bhavesh20-mb 2020-10-01 20:50:45 +0000
  • 811f19cb2e
    Update .gitkeep bhavesh20-mb 2020-10-02 02:18:03 +0530
  • 66a13fad90
    Merge 174976e512 into ae73485e04 Chuck Jazdzewski 2019-10-20 17:29:32 +0000
  • 174976e512 Fix pred case of chapter 3 Pretty Chuck Jazdzewski 2019-10-20 10:27:56 -0700
  • b54be58891
    Merge 3285ad9d62 into ae73485e04 Tommy 2019-09-22 20:51:20 +0000
  • 3285ad9d62
    Small change in token parser. Tommy 2019-09-22 16:50:28 -0400
  • 27e86b6a33
    Merge 7fe944f622 into ae73485e04 Abid Uzair 2019-04-07 12:44:05 +0000
  • 7fe944f622
    markdown link issue because of extra whitespace Abid Uzair 2019-04-07 18:13:49 +0530
  • 7bf256db30 Merge d841c1d4b3 into ae73485e04 Lucas Polymeris 2017-10-15 22:48:41 +0000
  • d841c1d4b3 space between [Chapter 11: Renamer] and the link Lucas Polymeris 2017-10-15 19:48:12 -0300
  • 68bdbdc4e4 Merge 10fb7ae7e8 into ae73485e04 John 2017-05-27 08:38:36 +0000
  • 10fb7ae7e8 build with -XFlexibleContexts to make GHC 8.0.2 happy John Haynes 2017-05-27 10:35:07 +0200
  • ae73485e04 Merge pull request #94 from thomwiggers/master master Stephen Diehl 2017-04-19 19:42:33 +0100
  • 396a999808 Merge pull request #90 from jeffreyrosenbluth/master Stephen Diehl 2017-04-19 19:42:14 +0100
  • 1e609fbff1 Merge pull request #65 from sgraf812/master Stephen Diehl 2017-04-19 19:41:59 +0100
  • 204747f2ff Merge pull request #91 from tommythorn/master Stephen Diehl 2017-04-19 19:41:47 +0100
  • 6deb35cd0e
    lookupVar should be lookupEnv Thom Wiggers 2017-04-06 11:35:51 +0200
  • 4e4bc04d81
    Use name instead of Var as type for variable names Thom Wiggers 2017-04-05 14:35:05 +0200
  • 759db92606 Spotted a couple of typos Tommy Thorn 2017-02-10 18:46:22 -0800
  • 0a669431c2 Fix issue #34 Jeffrey Rosenbluth 2017-01-01 12:32:18 -0700
  • 903371f6c0 Merge pull request #89 from VitorCBSB/master Stephen Diehl 2016-10-31 12:19:02 +0000
  • f0e0d82a77 Fix let inferece (attempts to fix #72 and #82). Vitor Coimbra de Oliveira 2016-09-24 22:30:03 -0300
  • 8d6a09c30f Merge pull request #85 from da-x/master Stephen Diehl 2016-07-24 12:33:08 -0400
  • fc2be3da4b Merge pull request #87 from halyconic/master Stephen Diehl 2016-07-24 12:32:53 -0400
  • 033d0ae477 fix names for ski combinators Stephen Webber 2016-07-23 18:34:57 -0500
  • 5c515bd386 Merge pull request #86 from VitorCBSB/master Stephen Diehl 2016-07-11 14:12:41 -0400
  • 3583071ab9 Fixed Type Mismatch message for If. Vitor Coimbra de Oliveira 2016-07-07 11:44:06 -0300
  • 63d0d4bb5d Merge pull request #84 from drudru/patch-1 Stephen Diehl 2016-06-27 16:02:25 -0400
  • a6ca688c28 007_path.d: ':core id' returns the value, not the type Dan Aloni 2016-06-21 15:49:25 +0300
  • 6247545e37 Update 009_datatypes.md Dru Nelson 2016-06-20 12:59:14 -0700
  • d6e49d1cf9 Merge pull request #83 from foreverbell/master Stephen Diehl 2016-06-12 18:30:39 -0400
  • 0fb6b5ea5d chapter8: placeholder is indexed from 1 according to Happy User Guide foreverbell 2016-04-29 16:15:15 +0800
  • d7271694d5 cc image Stephen Diehl 2016-04-28 09:40:12 -0400
  • 9de9ef0c51 Merge pull request #80 from lazytype/lazytype_fix_typo Stephen Diehl 2016-04-09 09:17:19 -0400
  • e5432b67c8 Merge pull request #81 from da-x/master Stephen Diehl 2016-04-09 09:17:07 -0400
  • 56756e41f6 006_hindley_milner.md: typo fix (ExceptT) Dan Aloni 2016-03-27 14:54:10 +0300
  • 60573426f6 Fix minor typo (stratgies -> strategies) lazytype 2016-03-22 00:31:20 -0700
  • 824a0378a7 rework pattern Stephen Diehl 2016-03-08 19:34:42 -0500
  • 0aaf1fe9a9 Merge pull request #79 from da-x/master Stephen Diehl 2016-03-07 18:42:37 -0500
  • 41a9f8943c Fix an occurrence of 'Just' in a type signature where Maybe should have been Dan Aloni 2016-03-03 09:38:20 +0200
  • f8c3d193a5 readme Stephen Diehl 2016-02-18 21:19:27 -0500
  • 25b197cf47 move contributing to .github Stephen Diehl 2016-02-18 21:18:52 -0500
  • 735ca4ce1e move readme Stephen Diehl 2016-02-18 21:16:53 -0500
  • 063ffee83c Merge pull request #78 from wardw/wardw Stephen Diehl 2016-02-03 22:48:26 -0500
  • 4619c8e291 Minor fix for example demonstrating recursion Tom Ward 2016-02-03 17:22:16 +0000
  • 6d1a19032e bump template dates Stephen Diehl 2016-01-19 18:20:06 -0500
  • 4e913157bb Merge branch 'master' of github.com:sdiehl/write-you-a-haskell Stephen Diehl 2016-01-19 18:17:15 -0500
  • 341a24941b Merge pull request #77 from mseri/patch-3 Stephen Diehl 2016-01-19 18:17:09 -0500
  • 5f216386fe Merge branch 'master' of github.com:sdiehl/write-you-a-haskell Stephen Diehl 2016-01-19 17:59:30 -0500
  • 6e280081be rework index Stephen Diehl 2016-01-19 17:59:24 -0500
  • b696ef80a0 Merge pull request #76 from mseri/patch-2 Stephen Diehl 2016-01-19 17:59:14 -0500
  • e84f2bac70 Merge pull request #75 from mseri/patch-1 Stephen Diehl 2016-01-19 17:58:21 -0500
  • 4cad5e909b Fix tightlist error on pdf generation mseri 2016-01-19 16:33:47 +0000
  • cf1a1b2b9d Wrong image path mseri 2016-01-19 16:12:09 +0000
  • 7578375157 Fix typo and explicit epub support mseri 2016-01-19 16:09:55 +0000
  • 10853fac21 relax bounds on base mseri 2016-01-19 15:06:35 +0000
  • b5a09712d1 Update resolver to 4.2 mseri 2016-01-19 15:04:49 +0000
  • d8deca44e0 added jit compiler images Stephen Diehl 2016-01-10 21:47:58 -0500
  • 4acb416e10 integrate jit compilation with llvm Stephen Diehl 2016-01-10 21:25:31 -0500
  • 0b2fa923d7 case expansion algorithm Stephen Diehl 2016-01-10 21:25:18 -0500
  • 7662432760 rework tables in introduction Stephen Diehl 2015-12-31 02:38:45 -0500
  • 4c13c06936 rewwork table layouts Stephen Diehl 2015-12-31 02:28:43 -0500
  • e8116f5e3d rephrase path section Stephen Diehl 2015-12-31 02:03:17 -0500
  • afbfd28137 change prompt characters Stephen Diehl 2015-12-31 02:00:04 -0500
  • 84762f56a3 deploy pdf Stephen Diehl 2015-12-31 01:53:36 -0500
  • ff22627a01 bump license Stephen Diehl 2015-12-31 01:51:14 -0500
  • 8f48a31b04 add datatypes to index Stephen Diehl 2015-12-31 01:36:05 -0500
  • e9d84a9daa upate ir introduction Stephen Diehl 2015-12-31 01:34:18 -0500
  • e093cbe1db enable build for chapter 11 Stephen Diehl 2015-12-31 01:29:11 -0500
  • 3f4eef186a Merge abe33921ad into 0ae112b173 samvher 2015-12-23 17:26:03 +0000
  • d5b2af46fd spelling Stephen Diehl 2015-12-22 13:27:34 -0500
  • 0ae112b173 stack build commands Stephen Diehl 2015-12-22 13:22:52 -0500
  • 3d4fd0a074 added readme for poly_constraints Stephen Diehl 2015-12-22 12:56:52 -0500
  • 8b91de803d poly constraint generator solver Stephen Diehl 2015-12-22 12:55:45 -0500
  • 480252bf0e rework poly directory Stephen Diehl 2015-12-22 12:52:10 -0500
  • 634f42866d Merge a4ccca1040 into 1b9f62c1d2 Oskar Wickström 2015-12-14 19:53:40 +0000
  • a4ccca1040 Add to contributors Oskar Wickström 2015-12-14 20:53:34 +0100
  • 4c95369fb0 Replace case of with do blocks for Either Oskar Wickström 2015-12-14 20:47:10 +0100
  • 1360cbaee4 Accept base 4.9 Oskar Wickström 2015-12-14 20:46:47 +0100
  • 1b9f62c1d2 rework build directions Stephen Diehl 2015-12-13 22:16:16 -0500
  • ac2eedb58f crosslink chapter10 Stephen Diehl 2015-12-13 18:19:34 -0500
  • dd53d46d0f added example generics cases Stephen Diehl 2015-12-13 17:44:06 -0500
  • e48d07acd7 except handling for alex lexer Stephen Diehl 2015-12-13 17:30:02 -0500
  • 534f229626 fix partiality for evaluation Stephen Diehl 2015-12-13 16:57:50 -0500
  • 456dde3faa refine happy parser example Stephen Diehl 2015-12-13 13:58:00 -0500
  • 041b118c5d crossslink chapter 10 Stephen Diehl 2015-12-12 13:42:06 -0500
  • d0c03bb085 memory layout of adts Stephen Diehl 2015-12-12 12:46:28 -0500
  • 8c82c07a77 use make under stack shell Stephen Diehl 2015-12-11 15:20:06 -0500
  • 46846a99a3 punt on 7.10 for now Stephen Diehl 2015-12-11 14:30:18 -0500
  • 3490618206 relax upper bound Stephen Diehl 2015-12-11 12:13:00 -0500
  • 5a8b365573 rephrase introduction Stephen Diehl 2015-12-11 12:06:09 -0500
  • 671bdddb4e start work on Chapter 9 Stephen Diehl 2015-12-11 11:49:06 -0500
  • 9937f91af2 ghc 7.10 for travis Stephen Diehl 2015-12-11 11:48:54 -0500
  • 51d32c6f89 update poly implementation to use stack Stephen Diehl 2015-12-11 11:48:26 -0500
  • 41b74185f1 fix latex travis build Stephen Diehl 2015-12-11 11:24:55 -0500