summaryrefslogtreecommitdiff
path: root/backends/lean/lakefile.lean
diff options
context:
space:
mode:
authorSon Ho2023-06-06 15:53:46 +0200
committerSon Ho2023-06-06 15:53:46 +0200
commitacc09d5c69690f2c46cb1bacf290da5dcc268b24 (patch)
tree04384980d21b90b85ae047d65b4139824b1dd635 /backends/lean/lakefile.lean
parent53adf30fe440eb8b6f58ba89f4a4c0acc7877498 (diff)
Remove the sorries from Primitives.lean
Diffstat (limited to 'backends/lean/lakefile.lean')
-rw-r--r--backends/lean/lakefile.lean1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/lean/lakefile.lean b/backends/lean/lakefile.lean
index 9633e1e8..c5e27d1c 100644
--- a/backends/lean/lakefile.lean
+++ b/backends/lean/lakefile.lean
@@ -1,6 +1,7 @@
import Lake
open Lake DSL
+-- Important: mathlib imports std4 and quote4: we mustn't add a `require std4` line
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"