Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moea/types
Type System Modeling in Clojure
https://github.com/moea/types
clojure hindley-milner lambda-calculus type-checking type-inference type-system type-theory types
Last synced: 3 months ago
JSON representation
Type System Modeling in Clojure
- Host: GitHub
- URL: https://github.com/moea/types
- Owner: moea
- License: unlicense
- Created: 2023-01-05T06:10:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:46:55.000Z (6 months ago)
- Last Synced: 2024-08-29T11:28:16.153Z (6 months ago)
- Topics: clojure, hindley-milner, lambda-calculus, type-checking, type-inference, type-system, type-theory, types
- Language: Clojure
- Homepage:
- Size: 50.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type Experiments
Currently contains a purely functional implementation of Algorithm W for
Hindley-Milner (lambda calculus + polymorphic let) type inference in Clojure.## License
This is free and unencumbered software released into the public domain.