Skip to content

Commit

Permalink
gitignore and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
E.W.Ayers committed Sep 18, 2021
1 parent f3ef9b1 commit 5429f19
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_target
*.olean
/_target
/leanpkg.path
_cache
__pycache__
all.lean
*.depend
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,26 @@ Please note that the system is a prototype.

# Installation

todo
## Install Lean 3

# Usage
Make sure that you have installed `elan`, Visual Studio Code and `leanproject`.
Up-to-date information on how to do this can be found [on the leanprover-community website](https://leanprover-community.github.io/get_started.html#regular-install).

## Set up the project

```
git clone https://github.com/EdAyers/lean-humanproof-thesis.git
cd lean-humanproof-thesis
leanpkg configure
leanproject get-mathlib-cache
leanpkg build
```

todo
Then open the project in VSCode to view the examples.

# Usage

The analysis examples used in the thesis can be found in `examples/analysis.lean`.
The equational reasoning examples were generated from a different project https://github.com/EdAyers/lean-subtask.
At the time of submission I did not integrate these two modules in to a single system to the extent that I am confident to release the code.

0 comments on commit 5429f19

Please sign in to comment.