aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* demonstration of refinement types without self-referential typesrefinement-types-2Stefan Majewsky2025-04-023-0/+142
| | | | | | | The big "yuck" about this can be seen in the LiteralValue invocations in the test code. Calling NewValue or LiteralValue is extremely convoluted and would likely need to be wrapped through additional boilerplate at the concrete type declaration site.
* v1.0.0v1.0.0Stefan Majewsky2025-02-124-5/+16
|
* add options.Map()Stefan Majewsky2025-01-112-1/+16
|
* add options.IsNoneOrZeroStefan Majewsky2025-01-114-4/+33
| | | | Also, add the tests for IsSomeAnd and IsNoneOr that I forgot.
* remove go:linkname usageStefan Majewsky2025-01-062-30/+10
|
* FYI: no release yetStefan Majewsky2025-01-061-0/+4
|
* add test for zero valueStefan Majewsky2025-01-041-0/+5
|
* note about zero valueStefan Majewsky2025-01-041-0/+1
|
* add SQL supportStefan Majewsky2025-01-043-5/+91
|
* initStefan Majewsky2025-01-048-0/+681