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

https://github.com/mbg/hindley-milner

Template for Hindley-Milner based languages
https://github.com/mbg/hindley-milner

hindley-milner language type-inference types unification

Last synced: about 1 year ago
JSON representation

Template for Hindley-Milner based languages

Awesome Lists containing this project

README

          

# Template for Hindley-Milner based languages

[![Hackage](https://img.shields.io/hackage/v/hindley-milner.svg?style=flat)](https://hackage.haskell.org/package/hindley-milner)
[![Build Status](https://travis-ci.org/mbg/hindley-milner.svg?branch=master)](https://travis-ci.org/mbg/hindley-milner)

## 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.