Commit graph

360 commits

Author SHA1 Message Date
Adam Chlipala
357686800a Proofreading TypesAndMutation 2018-04-08 14:15:51 -04:00
Adam Chlipala
2cb852b29c Proofreading SubsetTypes 2018-04-03 18:32:56 -04:00
Adam Chlipala
5c5cfd9600
Merge pull request #23 from k4rtik/master
Some typo fixes
2018-04-01 14:29:31 -04:00
Adam Chlipala
4388ecc80e Revising LambdaCalculusAndTypeSoundness 2018-04-01 13:06:47 -04:00
Kartik Singhal
1693573314 Some typo fixes 2018-03-30 14:35:57 -05:00
Adam Chlipala
2269b38367 Proofreading CompilerCorrectness 2018-03-21 07:14:12 -04:00
Adam Chlipala
4bf1c3fc7c Increase precision of abstract subtraction for parity (thanks to Aleksejs Popovs for the suggestion) 2018-03-20 17:18:31 -04:00
Adam Chlipala
f46bed19bb Proofreading AbstractInterpretation 2018-03-18 20:45:46 -04:00
Adam Chlipala
a48d85c84c Improve robustness of set simplification 2018-03-17 19:35:43 -04:00
Adam Chlipala
c8cfde5acf Proofreading LogicProgramming 2018-03-13 20:26:17 -04:00
Adam Chlipala
078e29f8a9 ProofByReflection: some copyediting 2018-03-06 20:29:57 -05:00
Adam Chlipala
712aacf9de Some ModelChecking improvements 2018-03-04 19:23:36 -05:00
Adam Chlipala
b0ad93e6a4 Fix up ModelChecking to track a change in TransitionSystems 2018-03-04 18:46:12 -05:00
Adam Chlipala
a501f5e1ec
Merge pull request #21 from bmsherman/master
TransitionSystems: give more meaningful names to parallel trsys components
2018-03-02 11:36:33 -05:00
Adam Chlipala
76970fb98e Small improvements to IntroToProofScripting 2018-02-28 09:01:07 -05:00
Adam Chlipala
256995f1dd Typo fixes 2018-02-25 19:40:10 -05:00
Ben Sherman
1d105aef0e TransitionSystems: give more meaningful names to parallel trsys components 2018-02-21 16:45:15 -05:00
Adam Chlipala
49b23293ca FirstClassFunctions_template 2018-02-19 21:00:21 -05:00
Adam Chlipala
c192b2d7cb FirstClassFunctions: comments 2018-02-19 20:39:07 -05:00
Adam Chlipala
5de80d6d53 FirstClassFunctions: insertion sort 2018-02-19 14:47:40 -05:00
Adam Chlipala
399e8f7228 FirstClassFunctions: move bruisingly long proof to end 2018-02-19 14:13:57 -05:00
Adam Chlipala
63836dad24 FirstClassFunctions: flattenS_ok 2018-02-19 14:02:17 -05:00
Adam Chlipala
0047d49139 FirstClassFunctions: flattenKD_ok 2018-02-18 20:15:10 -05:00
Adam Chlipala
3e689a9a4a FirstClassFunctions: fix later examples 2018-02-18 18:19:39 -05:00
Adam Chlipala
5019b2561e FirstClassFunctions: big old scary proof of sublistSummingToK_ok 2018-02-18 16:46:12 -05:00
Adam Chlipala
a30079d6b4 FirstClassFunctions: CPS versions of classics 2018-02-18 13:05:56 -05:00
Adam Chlipala
3a018fbf16 Start of FirstClassFunctions 2018-02-18 12:49:36 -05:00
Adam Chlipala
54576fa373 Revising Polymorphism 2018-02-11 19:06:52 -05:00
Adam Chlipala
49a020a348 6.822 Spring 2018 2017-12-18 17:08:23 -05:00
Adam Chlipala
c6cc13587c Working again with Coq 8.6.1 2017-11-18 12:15:15 -05:00
Adam Chlipala
e8c1980257 Working with Coq 8.5pl2 again 2017-11-18 11:45:26 -05:00
Adam Chlipala
1ee699431c Change ProofByReflection to work in Coq 8.6.1 2017-11-18 10:43:08 -05:00
Adam Chlipala
19e9e84953 Merge pull request #20 from andres-erbsen/patch-1
11.1: s/smallstep/smallstepo/ to match Coq source
2017-09-10 14:05:46 -04:00
Andres Erbsen
2f8adc23a9 11.1: s/smallstep/smallstepo/ to match Coq source
https://github.com/achlipala/frap/blob/master/TypesAndMutation.v#L117 allows new/read/overwrite inside contexts
2017-09-06 12:06:34 -04:00
Adam Chlipala
103c8ad557 Add web links to exercises 2017-06-03 12:54:51 -04:00
Adam Chlipala
1bd9880e62 Typo fix 2017-05-14 15:58:04 -04:00
Adam Chlipala
e4442e6e29 SharedMemory: don't need exponentiation after all 2017-05-14 15:43:21 -04:00
Adam Chlipala
6e76010a86 CompilerCorrectness: explain why we need so many kinds of simulations 2017-05-14 15:23:57 -04:00
Adam Chlipala
1721d678af Backward reference from MessagesAndRefinement to CompilerCorrectness 2017-05-14 15:11:34 -04:00
Adam Chlipala
9550a02a37 Make [sets] tactic more robust to type synonyms 2017-05-14 12:50:18 -04:00
Adam Chlipala
962936a80d Merge pull request #19 from k4rtik/patch-1
Fix typo
2017-05-12 14:04:48 -04:00
Kartik Singhal
c9a02eeecb Fix typo
Or we get the following error:
    Error: e is unbound in the notation.
2017-05-05 21:32:14 -04:00
Adam Chlipala
44a56e7259 SharedMemory: update book text 2017-04-30 22:05:28 -04:00
Adam Chlipala
f8752d9b1c SharedMemory: finished new simpler Coq proof (with restricted applicability) 2017-04-30 21:26:05 -04:00
Adam Chlipala
824d4bc524 Checkpoint simplifying SharedMemory 2017-04-30 20:05:19 -04:00
Adam Chlipala
db0f87d654 DeepAndShallowEmbeddings: comment typo fix 2017-04-24 09:28:48 -04:00
Adam Chlipala
a6624bdcf2 Typo fix in book 2017-04-18 21:01:12 -04:00
Adam Chlipala
9928399f5c Small typo fix in Chapter 11 2017-04-09 09:40:31 -04:00
Adam Chlipala
d8e580b331 DependentInductiveTypes 2017-04-02 20:50:10 -04:00
Adam Chlipala
e204041ff8 Tiny revisions to LambdaCalculusAndTypeSoundness 2017-04-02 19:18:34 -04:00