Open davedelong opened 8 months ago
A floating value is an "any" value, such as "Any June". Its type would be Floating<Month, Month>. "Any June 1st" would be Floating<Day, Month>.
Floating<Month, Month>
Floating<Day, Month>
These would need:
A floating value is an "any" value, such as "Any June". Its type would be
Floating<Month, Month>
. "Any June 1st" would beFloating<Day, Month>
.These would need: