generated from pitmonticone/LeanProject
-
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
Showing
6 changed files
with
178 additions
and
53 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 +1,8 @@ | ||
import LeanTQI.Basic | ||
import LeanTQI.Example | ||
import LeanTQI.MatrixPredicate | ||
import LeanTQI.OrderedVectorSpace | ||
import LeanTQI.SVD.Defs | ||
import LeanTQI.SVD.Reindex | ||
import LeanTQI.VectorNorm | ||
import LeanTQI.test |
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 @@ | ||
-- import LeanCopilot |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import Lake | ||
open Lake DSL | ||
|
||
package «LeanTQI» where | ||
-- Settings applied to both builds and interactive editing | ||
leanOptions := #[ | ||
⟨`pp.unicode.fun, true⟩, -- Pretty-print `fun a ↦ b` | ||
⟨`autoImplicit, false⟩, -- Disable auto-implicit arguments | ||
⟨`relaxedAutoImplicit, false⟩ -- Disable relaxed auto-implicit arguments | ||
] | ||
moreLinkArgs := #[ | ||
"-L./.lake/packages/LeanCopilot/.lake/build/lib", | ||
"-lctranslate2" | ||
] | ||
-- add any additional package configuration options here | ||
|
||
require mathlib from git | ||
"https://github.com/leanprover-community/mathlib4.git" | ||
|
||
require LeanCopilot from git | ||
"https://github.com/lean-dojo/LeanCopilot.git" @ "v1.6.0" | ||
|
||
require checkdecls from git | ||
"https://github.com/PatrickMassot/checkdecls.git" | ||
|
||
require «doc-gen4» from git | ||
"https://github.com/leanprover/doc-gen4" @ "main" | ||
|
||
@[default_target] | ||
lean_lib «LeanTQI» where | ||
-- add any library configuration options here |
This file was deleted.
Oops, something went wrong.