2025-01-09
Pre-release
Pre-release
What's Changed
- Use Text with Exit.die by @MichaelXavier in #63
- Add Map.keys/Map.elems by @chrisdone in #66
- Support referencing user-defined types from terms and other user-defined types by @chrisdone in #67
- Ensure user-defined sum/record type are qualified by @chrisdone in #68
- Add
withSystemTempFile
andwithSystemTempDirectory
from the temporary package by @austin-artificial in #71 - Add more process functions and a motivating example by @austin-artificial in #73
- Add
Functor.fmap
cc @sassela - Add
Data.Tree
by @chrisdone - Hide internal names (Record/Variant/List/ConsL/NilL/Tagged/etc.) from the user's ability to write or see in the API docs
- Add
StreamSpec
to supported types
New Contributors
- @austin-artificial made their first contribution in #71
Full Changelog: 2024-12-04...2025-01-09