Commit Graph

264 Commits

Author SHA1 Message Date
Stephen Diehl
d59c2728ad extended parser work 2015-01-18 21:32:41 -05:00
Stephen Diehl
7562f0fecc rearrange provenance section 2015-01-18 21:32:12 -05:00
Stephen Diehl
85eb25ced0 added christian 2015-01-18 21:17:22 -05:00
Stephen Diehl
78d26314eb Merge branch 'merge_feb'
Conflicts:
	001_basics.md
2015-01-18 21:06:07 -05:00
Stephen Diehl
73b43dcf89 Squashed commit of the following:
commit 41ba8c36a90cc11723b14ce6c45599eabdcfaa53
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 21:02:57 2015 -0500

    type provenance

commit be5eda941bb4c44b4c4af0ddbbd793643938f4ff
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 20:13:06 2015 -0500

    provenance prototype

commit 7aa958b9c279e7571f7c4887f6aa19443e16f6fb
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 19:35:08 2015 -0500

    fix misc typos

commit 52d60b3b2630e50ef0cd6ea5f0fa1f308d92e26d
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 15:15:58 2015 -0500

    license badge

commit 7d34274afe6f05a0002c8f87e5077b6a130b42b4
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 15:07:28 2015 -0500

    fix resolution for llvm cfg graphs

commit 14d9bc836ecc64f8e9acc60bcbd2da02335255b9
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 13:12:39 2015 -0500

    added codegen dsl stub

commit 0f74cdd6f95d0a1fe1cafd73e45cb1407709efd8
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 13:01:14 2015 -0500

    llvm cfg graphs

commit a199d721503985954060e7670c1d2f5e1a65dd11
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 10:56:54 2015 -0500

    source code font

commit c7db0c5d67b73d8633f08be093971877e2d6ede0
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sun Jan 18 09:59:37 2015 -0500

    change phrasing around recursion

commit 6903700db482524233262e722df54b1066218250
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sat Jan 17 18:20:06 2015 -0500

    contributors.md

commit 14d90a3f2ebf7ddf1229c084fe4a1e9fa13f2e41
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sat Jan 17 17:35:41 2015 -0500

    added llvm logo

commit d270df6d94cbf1ef9eddfdd64af5aabc36ebca72
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sat Jan 17 15:50:28 2015 -0500

    initial llvm chapter

commit e71b189c057ea9e399e90e47d9d49bb4cf12cda8
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Sat Jan 17 12:21:00 2015 -0500

    system-f typing rules

commit 2a7d5c7f137cf352eeae64836df634c98118f594
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Thu Jan 15 15:21:14 2015 -0500

    flesh out system-f

commit 7b3b2f0a2aea5e1102abe093cf5e0559090720aa
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Jan 14 22:22:14 2015 -0500

    started on extended parser

commit cdeaf1a2658f15346fe1dc665ca09e954cce6c2e
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Jan 14 17:25:02 2015 -0500

    creative commons license

commit f09d210be253a05fc8ad0827cd72ffa32404e2ba
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Jan 14 16:54:10 2015 -0500

    higher res images

commit 8555eadfea8843f5683621e6652857e4259fa896
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Jan 14 14:48:44 2015 -0500

    cover page

commit e5e542e92610f4bb4c5ac726ffa86cd1e07753e3
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Tue Jan 13 17:31:01 2015 -0500

    initial happy/alex parser
2015-01-18 21:04:01 -05:00
Stephen Diehl
04dbc4085c added test case 2015-01-18 19:31:58 -05:00
Stephen Diehl
165d264ad8 explicit inlining of pull request #33 2015-01-18 19:24:09 -05:00
Christian Sievers
8a25d15281 There is no Type module to import. 2015-01-18 19:07:21 -05:00
Christian Sievers
448c75be0a Fix type inference in poly.
Fixes type checking error in these examples:

   Poly> (\x -> if x then x else (x+1))
   <<closure>> : Int -> Int
(shouldn't type check)

   Poly> (\x -> fix (x 0))
   <<closure>> : forall a b. a -> b
(should give forall a. (Int -> a -> a) -> a)

Instead of finding out how to correctly infer types for the
If, Fix and Op cases, this fix delegates to the App case.
2015-01-18 15:13:11 +01:00
Christian Sievers
59f038f3c0 Added transformers to cabal file. 2015-01-18 03:57:47 +01:00
Christian Sievers
607a739074 There is no Type module to import. 2015-01-18 03:40:22 +01:00
Stephen Diehl
fbb16baa71 Merge pull request #31 from NSinopoli/patch-2
Grammar fixes (001-basics)
2015-01-17 16:50:06 -05:00
Nick Sinopoli
cdbe8add7b Standard -> Stanford 2015-01-17 16:29:10 -05:00
Nick Sinopoli
9fb8b96f1a Grammar fixes (001-basics) 2015-01-17 16:21:47 -05:00
Stephen Diehl
a229caf8c8 Merge pull request #29 from IanConnolly/eithertomaybe
Either -> Maybe in Basics
2015-01-16 01:23:29 -05:00
Ian Connolly
c1c7f563ef Either -> Maybe in Basics
We define Either but pattern-match on Maybe.
Changed the definition.
2015-01-15 22:48:46 +00:00
Stephen Diehl
b81a2c9b5f added gitter link 2015-01-13 13:00:52 -05:00
Stephen Diehl
e6ac883910 fix blockquotes 2015-01-13 12:20:31 -05:00
Stephen Diehl
095e1dd8db Merge pull request #27 from tanimoto/topic/fix-contagious-typo
Replace "contagious" with "contiguous"
2015-01-13 02:09:44 -05:00
Paulo Tanimoto
426fe106d8 Replace "contagious" with "contiguous"
- Also fix a small typo in "necessary"
2015-01-12 22:28:57 -08:00
Stephen Diehl
9cd65a9ca8 spelling and formatting fixes 2015-01-12 12:38:46 -05:00
Stephen Diehl
bf3edeebc2 Merge pull request #25 from mbrandonw/patch-1
Added code fence to *>
2015-01-11 18:21:22 -05:00
Stephen Diehl
ab1401c0f8 change some phrasing 2015-01-11 18:19:30 -05:00
Stephen Diehl
cb79dd75ca changes to contributing 2015-01-11 15:25:47 -05:00
Stephen Diehl
9609c7fcb5 fix blockquotes 2015-01-11 15:18:10 -05:00
Stephen Diehl
8e59edf91e fix latex for substitutions 2015-01-11 14:35:10 -05:00
Stephen Diehl
e1104d9381 fix path.md typos, few expansions 2015-01-11 14:17:54 -05:00
Stephen Diehl
c397488b68 cleanup pdf warts 2015-01-11 13:52:00 -05:00
Brandon Williams
3e7486f020 Added code fence to *>
Noticed this was missing a code fence while reading :)
2015-01-11 12:10:22 -05:00
Stephen Diehl
5e05767375 added learn you a haskell 2015-01-10 15:17:51 -05:00
Stephen Diehl
ddf7692e5c Merge pull request #24 from NSinopoli/patch-1
Grammar fixes (000_introduction)
2015-01-10 15:16:48 -05:00
Nick Sinopoli
6583b34241 Grammar fixes (000_introduction) 2015-01-10 14:19:54 -05:00
Stephen Diehl
7f57c61015 page.tmpl -> template.html 2015-01-09 09:04:56 -05:00
Stephen Diehl
1b3495a67b fix parser lower bounds 2015-01-09 01:50:36 -05:00
Stephen Diehl
fa2b904414 note about text 2015-01-09 01:15:14 -05:00
Stephen Diehl
0834a109b3 reformat links 2015-01-09 00:24:12 -05:00
Stephen Diehl
ce35f1d8b0 links to readme 2015-01-09 00:23:46 -05:00
Stephen Diehl
fe7c630344 rephrase monad transformers 2015-01-09 00:20:09 -05:00
Stephen Diehl
ebf96efb19 update readme links 2015-01-08 23:53:20 -05:00
Stephen Diehl
28f84a2374 added title page 2015-01-08 23:49:59 -05:00
Stephen Diehl
abdb2ede46 relative pdf link 2015-01-08 23:48:12 -05:00
Stephen Diehl
682e37a0cc add page breaks 2015-01-08 23:46:30 -05:00
Stephen Diehl
cd19b39763 added latex template file 2015-01-08 23:37:53 -05:00
Stephen Diehl
e720ea3c21 experiment with epub generation 2015-01-08 20:36:34 -05:00
Stephen Diehl
c63dddc391 added pdf link & mathjax cdn 2015-01-08 20:16:54 -05:00
Stephen Diehl
bf3a5b0d6b texlive extras to travis 2015-01-08 01:46:42 -05:00
Stephen Diehl
8e8864ae69 install texlive for pdf gen 2015-01-07 23:52:52 -05:00
Stephen Diehl
54e7d8eb26 make pdf in tests as well 2015-01-07 23:22:38 -05:00
Stephen Diehl
2e8229864c Merge pull request #23 from mpickering/master
Improve build process
2015-01-07 23:20:58 -05:00
Stephen Diehl
caf529ba92 language haskell 2015-01-07 22:49:52 -05:00