coord-e / impl-polymorphic-records-type-inference

Toy implementation of type inference for polymorphic record calculus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy implementation of type inference for polymorphic record calculus

This repository contains a toy implementation of type inference for polymorphic record calculus[1]. The main branch uses the kinded unification described in [1]. The record-constraints branch, on the other hand, implements a solver for record-related constraints separately from unification.

Bibliography

About

Toy implementation of type inference for polymorphic record calculus

License:Other


Languages

Language:Haskell 100.0%