Documentation

Lean.Compiler.InitAttr

@[extern lean_run_mod_init]
unsafe constant Lean.runModInit (mod : Lean.Name) :
@[extern lean_run_init]
unsafe constant Lean.runInit (env : Lean.Environment) (opts : Lean.Options) (decl : Lean.Name) (initDecl : Lean.Name) :
unsafe def Lean.registerInitAttrUnsafe (attrName : Lean.Name) (runAfterImport : Bool) :
Equations
@[implementedBy Lean.registerInitAttrUnsafe]
constant Lean.registerInitAttr (attrName : Lean.Name) (runAfterImport : Bool) :
Equations
Equations