Nic Chandoke

Results 2 issues of Nic Chandoke

It'd be very useful to be able to apply type variables to other types. An example use case is parameterizing a UI component by its layout, where a layout is...

enhancement
kind

The example expression `(time-period-between (time 10 30) (time 11 00) '(seconds))` fails because `seconds-between` (and any other *-between functions) require `datetime-provider?`, as per their contracts. Thus `time-period-between` fails for all...