Skip to content

Add Validation applicative, traverse utilities, RWST, and property tests#8

Merged
minamorl merged 2 commits intomainfrom
codex/add-validation,-traverse-utilities,-rwst,-tests
Aug 22, 2025
Merged

Add Validation applicative, traverse utilities, RWST, and property tests#8
minamorl merged 2 commits intomainfrom
codex/add-validation,-traverse-utilities,-rwst,-tests

Conversation

@minamorl
Copy link
Copy Markdown
Owner

Summary

  • implement Validation applicative with error accumulation and transformer
  • add traverse/sequence helpers, liftA2 and <*> combinators
  • introduce RWST transformer and Hypothesis-based property tests

Testing

  • poetry run mypy --strict darkcore
  • poetry run pytest -v --cov=darkcore

https://chatgpt.com/codex/tasks/task_e_68a8c03ec3dc832fb3533ecec9a20db5

@minamorl minamorl merged commit c2294dd into main Aug 22, 2025
2 checks passed
@minamorl minamorl deleted the codex/add-validation,-traverse-utilities,-rwst,-tests branch August 22, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant