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
- Host: GitHub
- URL: https://github.com/mystpi/type_inference
- Owner: MystPi
- Created: 2024-02-24T19:29:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T18:27:02.000Z (about 1 year ago)
- Last Synced: 2025-01-12T14:12:49.278Z (4 months ago)
- Topics: gleam, typeinference
- Language: Gleam
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```