lemmih / lhc

The LLVM LHC Haskell Optimization System
http://lhc-compiler.blogspot.com/
The Unlicense
198 stars 16 forks source link

Fixity resolution. #13

Open lemmih opened 5 years ago

lemmih commented 5 years ago

LHC doesn't take function fixities into account. To fix this, fixities need to be recorded in interface files and applied before type-checking takes place.