Skip to content

Small implementation of OutsideIn(X) type checking algorithm

License

Notifications You must be signed in to change notification settings

Jaak/TinyOutsideIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Tiny OutsideIn(X)

This is a simple reference implementation of OutsideIn(X) type inference algorithm. The language supports size constraints but is otherwise extremely limited:

  • No parser -- only abstract syntax.
  • No evaluator.
  • We assume that top-level bindings have types provided for them.
  • No generalization of either let-expressions or top-level functions. However, that should not be too difficult to add.
  • The inference algorithm only produces a system of constraints. No attempts have been made to solve them.
  • Poorly documented and lazily coded (this really should be fixed).

About

Small implementation of OutsideIn(X) type checking algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published