Skip to content

Commit

Permalink
Add module doc comment to main module
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljones committed Jun 28, 2024
1 parent df0b7c1 commit c60711f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rada/date.gleam
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//// This module provides a simple [`Date`](#Date) type for working with dates without times or zones.
////
//// The module uses the [Rata Die][ratadie] system to represent dates in the standard Gregorian Calendar.
//// The number 1 represents the date **1 January 0001** and all other dates are represented as positive
//// or negative numbers relative to that date.
////
//// [ratadie]: https://en.wikipedia.org/wiki/Rata_Die

import gleam/bool
import gleam/float
import gleam/int
Expand Down

0 comments on commit c60711f

Please sign in to comment.