lib/src
5225225 ac64c30345
Fix lix warnings for using "or" as an identifier
> warning: using or as an identifier is deprecated because it cannot be
> used in most places (try let or = 1; in or). Use
> --extra-deprecated-features or-as-identifier to disable this warning.

This is a bit of a hack, using quotes to silence the warning for now. It
does *work*, but only in places where it's not ambiguous anyways. Long
term, we should come up with a different name that doesn't conflict with
a keyword.
2026-02-02 21:35:47 +00:00
..
attrs docs: migrate lib.attrs to doc-comments 2025-09-19 07:52:33 +04:00
bools Fix lix warnings for using "or" as an identifier 2026-02-02 21:35:47 +00:00
dag docs: migrate lib.dag to doc-comments 2025-09-19 07:52:33 +04:00
errors docs: migrate lib.errors to doc-comments 2025-09-19 07:52:33 +04:00
fp docs: migrate lib.fp to doc-comments 2025-09-19 07:52:33 +04:00
generators docs: migrate lib.generators to doc-comments 2025-09-19 07:52:33 +04:00
importers docs: migrate lib.importers to doc-comments 2025-09-19 07:52:33 +04:00
licenses chore: define scopes by dirname, not manually 2025-09-10 05:50:02 +04:00
lists Module-level assertions (#8) 2025-10-18 22:21:49 +00:00
math docs: migrate lib.math to doc-comments 2025-09-19 07:52:33 +04:00
modules Module-level assertions (#8) 2025-10-18 22:21:49 +00:00
numbers docs: migrate lib.numbers to doc-comments 2025-09-19 07:52:33 +04:00
options Fix lix warnings for using "or" as an identifier 2026-02-02 21:35:47 +00:00
packages docs: migrate lib.packages to doc-comments 2025-09-19 07:52:33 +04:00
paths docs: migrate lib.paths to doc-comments 2025-09-19 07:52:33 +04:00
points docs: migrate lib.points to doc-comments 2025-09-19 07:52:33 +04:00
strings docs: migrate lib.strings to doc-comments 2025-09-19 07:52:33 +04:00
types docs: migrate lib.types to doc-comments 2025-09-19 07:52:33 +04:00
versions docs: migrate lib.versions to doc-comments 2025-09-10 05:53:35 +04:00
default.nix docs: migrate lib.versions to doc-comments 2025-09-10 05:53:35 +04:00
default.test.nix chore: extract from labs 2025-03-30 04:09:27 -07:00