Files
iris/lakefile.lean
T

18 lines
258 B
Lean4
Raw Normal View History

2026-04-19 04:17:45 +00:00
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