This PR introduces date and time functionality to the Lean 4 Std. Breaking Changes: - `Lean.Data.Rat` is now `Std.Internal.Rat` because it's used by the DateTime library. --------- Co-authored-by: Markus Himmel <markus@himmel-villmar.de> Co-authored-by: Mac Malone <tydeu@hatpress.net>
11 lines
115 B
Text
11 lines
115 B
Text
import Lean
|
|
|
|
section
|
|
open Lean
|
|
open Meta -- ok
|
|
end
|
|
|
|
section
|
|
open Lean hiding AttributeImplCore
|
|
open Meta -- ok
|
|
end
|