bookshelf/mathematical-introduction-l.../lakefile.lean

12 lines
220 B
Plaintext
Raw Normal View History

import Lake
open Lake DSL
package «mathematical-introduction-logic»
2023-02-21 21:42:58 +00:00
require Bookshelf from "../bookshelf"
@[default_target]
lean_lib «MathematicalIntroductionLogic» {
-- add library configuration options here
}