dx2102 commited on
Commit
6fbc7f0
β€’
1 Parent(s): 7b80965

Update extract.lean

Browse files
Files changed (1) hide show
  1. extract.lean +1 -4
extract.lean CHANGED
@@ -63,10 +63,7 @@ def main : IO Unit := do
63
  IO.eprintln "\n\n"
64
  IO.eprintln "importing modules"
65
  searchPathRef.set compile_time_search_path%
66
- CoreM.withImportModules #[`Mathlib] (options := {entries := [
67
- -- (`maxHeartbeats, .ofNat 0),
68
- (`smartUnfolding, .ofBool false),
69
- ]}) do
70
  IO.eprintln s!"simplification timeout: {← getMaxHeartbeats}"
71
  let env ← getEnv
72
 
 
63
  IO.eprintln "\n\n"
64
  IO.eprintln "importing modules"
65
  searchPathRef.set compile_time_search_path%
66
+ CoreM.withImportModules #[`Mathlib] do
 
 
 
67
  IO.eprintln s!"simplification timeout: {← getMaxHeartbeats}"
68
  let env ← getEnv
69