This commit is contained in:
2026-04-19 04:17:45 +00:00
commit a154e2b98c
14 changed files with 617 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
import Lake
open Lake DSL
package bidirtt where
leanOptions := #[
`pp.unicode.fun, true,
`autoImplicit, false
]
@[default_target]
lean_lib BidirTT where
lean_exe bidirtt where
root := `Main
lean_exe tests where
root := `Tests