preludejs
v1.1.0
Published
A modular implementation of Haskell's Prelude library in ES6
Maintainers
Readme
Preλude-js
A modular implementation of Haskell's Prelude for modern JavaScript.
The repo now targets native ESM and a Bun-first workflow. There is no Babel build step, no generated CommonJS dist in source control, and the package exports point directly at the maintained source files.
See docs/README.md for the module reference.
Install
bun add preludejsnpm install preludejsDevelopment
bun install
bun run lint
bun testPackage Layout
preludejsresolves tosrc/index.js.preludejs/List,preludejs/Func,preludejs/Obj, and the other module subpaths are exported directly.- Deep imports such as
preludejs/List/mapare also exported for consumers that want single-function entrypoints. - Legacy generated module folders are no longer stored in the repository root.

