Skip to content

Commit

Permalink
feat: import Mathlib explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
dselsam committed Oct 6, 2021
1 parent 33b28ef commit b8fef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathport.lean
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def mathport1 (config : Config) (path : Path) : IO Unit := do
let ipath : Path ← resolveMod3 pcfg mod3
{ module := ipath.package ++ ipath.mod4 : Import }

if imports.isEmpty then imports := #[{ module := `Mathport : Import }]
if imports.isEmpty then imports := #[{ module := `Mathport : Import }, { module := `Mathlib : Import }]

let opts := ({} : Options) |>.setNat `maxRecDepth 2000

Expand Down

0 comments on commit b8fef29

Please sign in to comment.