final changes

This commit is contained in:
Philip Wadler 2018-09-15 21:38:02 +01:00
parent 6e69d4bf40
commit a136be9c2e
2 changed files with 6 additions and 15 deletions

View file

@ -4,19 +4,6 @@ title: About
permalink: /about/
---
This book is an introduction to programming language theory, written
in Agda. The authors are [Wen Kokke](https://twitter.com/wenkokke)
and [Philip Wadler](https://softwarefoundations.cis.upenn.edu/).
Please send us comments! The text is currrently being drafted. The
first draft of Part I will be completed before the end of March
2018. When that is done it will be announced here, and that would be
an excellent time to comment on the first part.
The book was inspired by [Software
Foundations](https://softwarefoundations.cis.upenn.edu), but presents
the material in a different way; see the [Preface](/Preface/).
## How to host literate code
In directory `plfa.github.io/` run the following:
@ -95,3 +82,7 @@ You can check this worked:
nothing added to commit but untracked files present (use "git add" to track)
$
## Analytics
Wen and Phil can track [Google Analytics](http://analytics.google.com/analytics/web/).

View file

@ -751,7 +751,7 @@ the following function from the standard library:
sym : ∀ {m n : } → m ≡ n → n ≡ m
#### Exercise `*-distrib-+` {#times-distrib-plus}
#### Exercise `*-distrib-+` (recommended) {#times-distrib-plus}
Show multiplication distributes over addition, that is,
@ -759,7 +759,7 @@ Show multiplication distributes over addition, that is,
for all naturals `m`, `n`, and `p`.
#### Exercise `*-assoc` {#times-assoc}
#### Exercise `*-assoc` (recommended) {#times-assoc}
Show multiplication is associative, that is,