12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
import Lake
|
||
|
open Lake DSL
|
||
|
|
||
|
package «mathematical-introduction-logic»
|
||
|
|
||
|
require Bookshelf from "../bookshelf"
|
||
|
|
||
|
@[default_target]
|
||
|
lean_lib «MathematicalIntroductionLogic» {
|
||
|
-- add library configuration options here
|
||
|
}
|