changes to README and config

This commit is contained in:
Philip Wadler 2017-09-13 17:34:32 +01:00
parent 844d39fef0
commit 6ff8e77c22
3 changed files with 13 additions and 15 deletions

View file

@ -15,6 +15,7 @@ and
[Philip Wadler](
http://homepages.inf.ed.ac.uk/wadler/
).
Please send us comments! Contact details below.
## How to host literate code
@ -29,18 +30,6 @@ The visible page appears at
localhost:4000/sf/<permalink>
## Markdown
For markdown commands see [Daring Fireball](
https://daringfireball.net/projects/markdown/syntax
).
## Important git commands
git pull
git commit -am "message"
git push
## Unicode abbreviations
@ -68,3 +57,9 @@ Also see [here](
http://agda.readthedocs.io/en/latest/tools/emacs-mode.html
).
## Markdown
For markdown commands see [Daring Fireball](
https://daringfireball.net/projects/markdown/syntax
).

View file

@ -8,10 +8,10 @@ author: Wen Kokke
contributors:
- name: Wen Kokke
email: wen.kokke@ed.ac.uk
github_username: wenkokke
twitter_username: wenkokke
- name: Philip Wadler
email: wadler@inf.ed.ac.uk
github_username: wadler
twitter_username: philipwadler
description: >
Software Foundations in Agda.

View file

@ -192,6 +192,9 @@ is sometimes called _alpha renaming_.
As we descend from a term into its subterms, variables
that are bound may become free. Consider the following terms.
* `` λ[ f 𝔹𝔹 ] λ[ x 𝔹 ] ` f · (` f · ` x) ``
Both variable `f` and `x` are bound.