tcr / corollary

Cross-compiler from Haskell to Rust, plus parser-haskell.
73 stars 5 forks source link

Actually print out lambdas #36

Closed tcr closed 7 years ago

tcr commented 7 years ago

Right now Lambda's are printed as its debug form, Lambda(...). It should print out an actual Rust lambda.