Skip to content

Commit a96e436

Browse files
docs(readme): note optional monorepo package
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent b255416 commit a96e436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ development commands.
7777
- Modern python packaging with `pyproject.toml`
7878
- Fast dependency management with `uv`
7979
- Reproducible developer environments and builds with `nix` and `uv2nix`
80-
- Functional programming patterns briefly illustrated in the sample package:
80+
- See the optional monorepo workspace package [pnt-functional](./packages/pnt-functional)
81+
for a brief illustration of functional programming patterns (disabled by default):
8182
- Railway-oriented programming with `expression` for type-safe error handling
8283
- Effect tracking via monad transformers for composable side effects
8384
- Runtime type checking with `beartype` for robust type safety

0 commit comments

Comments
 (0)