Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Update gitignore

Shorten proof

Update README

Bump version to 1.2
  • Loading branch information
flypitch committed May 24, 2019
1 parent c39b2ac commit ffd4ff5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ auto/*
**/*.olean
/_target
/leanpkg.path
test.org
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -14,7 +14,7 @@ leanpkg build

This will additionally compile the requisite parts of ~mathlib~, and will take multiple minutes.

Optionally, you can install the ~update-mathlib~ script (see [[https://github.com/leanprover-community/mathlib/blob/master/docs/install/linux.md][here]] for instructions) which will download pre-built ~.olean~ files, considerably speeding up the compilation time. In this case, you can instead run
Optionally, you can install the ~update-mathlib~ script (see [[https://github.com/leanprover-community/mathlib/blob/master/docs/install/linux.md][here]] for instructions) which will download pre-built ~.olean~ files, considerably speeding up the compilation. In this case, you can instead run
#+BEGIN_SRC
leanpkg configure
update-mathlib
Expand Down
2 changes: 1 addition & 1 deletion leanpkg.toml
@@ -1,6 +1,6 @@
[package]
name = "flypitch"
version = "1.1"
version = "1.2"
lean_version = "3.4.2"
path = "src"

Expand Down
3 changes: 1 addition & 2 deletions src/bvm_extras.lean
Expand Up @@ -598,8 +598,7 @@ begin
have : Γ ≤ w ⊆ᴮ x,
by {rw[subset_unfold'], bv_intro w', bv_imp_intro,
have := mem_of_mem_subset a_left_right H,
apply mem_of_mem_subset, show bSet 𝔹, from y,
apply subset_of_mem_transitive ‹_› ‹_›, from ‹_›},
from mem_of_mem_subset (subset_of_mem_transitive ‹_› ‹_›) ‹_›},
from H_right w ‹_› ‹_›}
end

Expand Down

0 comments on commit ffd4ff5

Please sign in to comment.