Skip to content

jl0pd/HindleyMilner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hindley-Milner type inference

Hindley-Milner type inference algorithm based on implementation by Andrew Forrest, originally written in Scala.

This is almost one-to-one rewriting to F#.

Building

Dotnet

  • net6 sdk is required, even though program can run on earlier version of dotnet. Change <TargetFramework> tag inside project file if you have older sdk.

Type dotnet run in current directory to build and run program

Scala

I've never used Scala and haven't tried to run original code. You'll need to find a way to run Scala code on your own

About

Hindley-Milner type inference in F#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published