Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 431 Bytes

OutsideIn - Type Inference

A very simple implementation of this approach.

An entry has multiple data declarations followed by one expression. Each entry is separated by an empty line;

Run generate "file" to get generated constraints.

Run solve "file" to get the type inferred.

This implementation is far from done.