hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 2fad2a55a83b08c4bf7e4f94e9bb0f4b3662ad8a
parent 39c2b0cda4fd7e188f4bdd6799467222cf569c5c
Author: Byron Torres <b@torresjrjr.com>
Date:   Tue,  1 Feb 2022 00:31:24 +0000

rm datetime::datetime docstring

Signed-off-by: Byron Torres <b@torresjrjr.com>

Diffstat:
Mdatetime/datetime.ha | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/datetime/datetime.ha b/datetime/datetime.ha @@ -2,12 +2,6 @@ use errors; use time; use time::chrono; -// A valid date & time, localized in a timezone; an extended chrono::moment, -// optimized for use with the Gregorian chronology. -// -// Fields of type (void | int) should be treated as private. Their values are -// produced and cached via their respectively named functions ([[year]], etc). -// Direct field assignements will result in errors; see [[builder]]. export type datetime = struct { chrono::moment,