We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b255416 commit a96e436Copy full SHA for a96e436
README.md
@@ -77,7 +77,8 @@ development commands.
77
- Modern python packaging with `pyproject.toml`
78
- Fast dependency management with `uv`
79
- Reproducible developer environments and builds with `nix` and `uv2nix`
80
-- Functional programming patterns briefly illustrated in the sample package:
+- See the optional monorepo workspace package [pnt-functional](./packages/pnt-functional)
81
+ for a brief illustration of functional programming patterns (disabled by default):
82
- Railway-oriented programming with `expression` for type-safe error handling
83
- Effect tracking via monad transformers for composable side effects
84
- Runtime type checking with `beartype` for robust type safety
0 commit comments