-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dcabd0
commit a5faf62
Showing
13 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{"version": 7, | ||
{"version": "1.1.0", | ||
"packagesDir": ".lake/packages", | ||
"packages": | ||
[{"url": "https://github.com/leanprover/std4", | ||
[{"url": "https://github.com/leanprover-community/batteries", | ||
"type": "git", | ||
"subDir": null, | ||
"rev": "ae9ae7f279421e45a9b87d67f2d28aaef299de5c", | ||
"name": "std", | ||
"scope": "", | ||
"rev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0", | ||
"name": "batteries", | ||
"manifestFile": "lake-manifest.json", | ||
"inputRev": "main", | ||
"inputRev": "v4.10.0", | ||
"inherited": false, | ||
"configFile": "lakefile.lean"}, | ||
{"url": "https://github.com/gebner/quote4", | ||
"type": "git", | ||
"subDir": null, | ||
"rev": "fd760831487e6835944e7eeed505522c9dd47563", | ||
"scope": "", | ||
"rev": "71f54425e6fe0fa75f3aef33a2813a7898392222", | ||
"name": "Qq", | ||
"manifestFile": "lake-manifest.json", | ||
"inputRev": "master", | ||
"inherited": false, | ||
"configFile": "lakefile.lean"}], | ||
"name": "iris", | ||
"name": "Iris", | ||
"lakeDir": ".lake"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import Lake | ||
open Lake DSL | ||
|
||
package iris where | ||
package Iris where | ||
srcDir := "./src/" | ||
|
||
require std from git "https://github.com/leanprover/std4" @ "main" | ||
require batteries from git "https://github.com/leanprover-community/batteries" @ "v4.10.0" | ||
require Qq from git "https://github.com/gebner/quote4" @ "master" | ||
|
||
@[default_target] | ||
lean_lib iris | ||
lean_lib Iris |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
leanprover/lean4:v4.6.0-rc1 | ||
leanprover/lean4:v4.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters