Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Bib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ the text — the same convention as `sf-in-lean/Bib.lean`, which records books

namespace Bib



def logicandproof : Article where
title := inlines!"Logic and Proof"
authors := #[inlines!"Jeremy Avigad", inlines!"Joseph Hua",
Expand Down Expand Up @@ -113,6 +115,16 @@ def nederpelt2014 : Article where
volume := inlines!""
number := inlines!""

def wadler2003 : Article where
title := inlines!"A Prettier Printer"
authors := #[inlines!"Philip Wadler"]
journal := inlines!"The Fun of Programming: A symposium in honour of Richard Bird's 60th birthday, Oxford"
year := 2003
month := none
volume := inlines!""
number := inlines!""
url := "https://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf"

def FAA2025 : Article where
title := inlines!"Formalizing Analysis of Algorithms, Autumn 2025"
authors := #[inlines!"Sorrachai Yingchareonthawornchai"]
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Using Verso, we could also create slides; see https://github.com/arademaker/sviL

The textbook will be written in Portuguese. Later, we plan to translate it back into English.

But all names in the Lean code are in English; comments in the Lean code are also in English. This applies to the code presented to the students and also the code of the project itself, the Lean code that produces the book (verso extensions, infrastructure, etc)
But all identifiers in the Lean code are in English; comments and docstrings in the Lean code are also in English. This applies to the code presented to the students and also the code of the project itself, the Lean code that produces the book (verso extensions, infrastructure, etc)

The repo README is in English. All documentation *about* the project should be in English. Use English for git commit messages as well.

Expand Down
Loading
Loading