Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigfriedcub1990/programming-with-types-solutions

Solutions & implementations for the book Programming with Types
https://github.com/sigfriedcub1990/programming-with-types-solutions

Last synced: about 8 hours ago
JSON representation

Solutions & implementations for the book Programming with Types

Awesome Lists containing this project

README

        

# programming_with_types

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.