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

https://github.com/mystpi/type_inference

"Type Inference by Example" in Gleam
https://github.com/mystpi/type_inference

gleam typeinference

Last synced: 3 months ago
JSON representation

"Type Inference by Example" in Gleam

Awesome Lists containing this project

README

        

# type_inference

Following the execellent [Type Inference by Example](https://ahnfelt.medium.com/type-inference-by-example-793d83f98382) article by Joakim Ahnfelt-Rønne in Gleam.

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```