forked from lenianiva/lean4-nix
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fed1dac
commit 54d9ff1
Showing
15 changed files
with
122 additions
and
71 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
templates/lake-project/LakeProject.lean → templates/lspec-project/LSpecProject.lean
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,4 +1,4 @@ | ||
-- This module serves as the root of the `LakeProject` library. | ||
-- Import modules here that should be built as part of the library. | ||
import LakeProject.Basic | ||
import LakeProject.SubMod.Mod | ||
import LSpecProject.Basic | ||
import LSpecProject.SubMod.Mod |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
templates/lake-project/Main.lean → templates/lspec-project/Main.lean
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,4 +1,4 @@ | ||
import LakeProject | ||
import LSpecProject | ||
|
||
def main : IO Unit := | ||
IO.println s!"{hello}, {world}!" |
File renamed without changes.
File renamed without changes.
87 changes: 68 additions & 19 deletions
87
templates/lake-project/flake.lock → templates/lspec-project/flake.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": "1.1.0", | ||
"packagesDir": ".lake/packages", | ||
"packages": [ | ||
{ | ||
"url": "https://github.com/argumentcomputer/LSpec", | ||
"type": "git", | ||
"subDir": null, | ||
"scope": "", | ||
"rev": "ca8e2803f89f0c12bf9743ae7abbfb2ea6b0eeec", | ||
"name": "LSpec", | ||
"manifestFile": "lake-manifest.json", | ||
"inputRev": "ca8e2803f89f0c12bf9743ae7abbfb2ea6b0eeec", | ||
"inherited": false, | ||
"configFile": "lakefile.toml" | ||
} | ||
], | ||
"name": "LSpecProject", | ||
"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
File renamed without changes.