Initial
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user