diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-05-19 20:10:51 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-05-19 20:10:51 +0100 |
| commit | eaf2bfcf569e5c789f0207d051e6f2263b38127f (patch) | |
| tree | 825c39edade84cbd070d95d6b56564d31e9abc44 | |
| parent | 9ef2768939305ee9eb933514034fd527100aa7a6 (diff) | |
Add sun? helpermain
| -rw-r--r-- | util.scm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,3 +157,6 @@ (define (sat? booking) (eq? ((compose date->day-name booking-start) booking) 'sat)) + +(define (sun? booking) + (eq? ((compose date->day-name booking-start) booking) 'sun)) |
