Skip to content

Commit

Permalink
Fix paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Apr 17, 2024
1 parent 80dc217 commit c6ba4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This library handles dates (`YYYY-MM-DD`) and periods (in days, months and years

This library is a work in progress. You can find the library's description in `lib/dates.mli`. There is also a Python implementation (which corresponds to a port of the OCaml implementation).

The full semantics of the library has been formalized and is available in the related ESOP 2024 paper [Formalizing Date Arithmetic and Statically Detecting Ambiguities for the Law](Formalizing Date Arithmetic and Statically Detecting Ambiguities for the Law).
The full semantics of the library has been formalized and is available in the related ESOP 2024 paper [Formalizing Date Arithmetic and Statically Detecting Ambiguities for the Law](https://hal.science/hal-04536403).

## Installation

Expand Down

0 comments on commit c6ba4be

Please sign in to comment.