From 136109e38e0d50bb51edc43666dbabc56f3fbcc5 Mon Sep 17 00:00:00 2001 From: Travis Montoya Date: Mon, 18 Nov 2024 21:09:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7aae3e..49f5b77 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ dclock ====== +This is a full application. There is a simple implementation in OCaml [here](https://github.com/travgm/dtime) + This was mostly created for my own edification. This takes a simple calculation converting system time to usable decimal minutes left in the day. I wanted to utilize the machines package to create a nice compositional monadic pipeline and learn some new concepts.