Popularity
7.4
Growing
Activity
3.6
Growing
37
4
1

Monthly Downloads: 3
Programming language: Haskell
License: MIT License
Tags: Language    

hindley-milner alternatives and similar packages

Based on the "Language" category.
Alternatively, view hindley-milner alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hindley-milner or a related project?

Add another 'Language' Package

README

Template for Hindley-Milner based languages

Hackage Build Status

Introduction

I often find myself in need of an implementation of Hindley-Milner to experiment with, so I wrote this library as a template implementation of a Hindley-Milner like language. Only Algorithm W is currently implemented. The library isn't meant to be used as a dependency for other projects, but rather as a starting point.