Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 315 Bytes

Lisy

Simple repl with Hindley-Milner type system implementing the paper Typing Haskell in Haskell.

Lisy> id a = a
()
Lisy> show (id '')
show (id '') : Show ([Char]) => [Char]

Features

  • Kinds in types
  • Adhoc polymorphism
  • W Algorithm type inference