Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Rhinofly/hindleymilner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Algorithm W in Scala

This repository is used to store the result of a small WBSO project. The aim of the project was to learn about monad transformers in Scala. In the end, I wish to look into dependency injection using the reader monad. Understanding of monad transformers is necessary to achieve this.

To run this application:

` cd /path/to/application

sbt

compile

run `

The application will infer the types of lambda expressions. The state and the either monad are composed and the monad transformer stack is called TI. The inference algorithm runs in the TI monad.

About

[✓] Scala implementation of Algorithm W

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages