tcr / corollary

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

Type signature wrong #56

Closed tcr closed 7 years ago

tcr commented 7 years ago

This should extract a as a generic param (somehow) but also make the result Option<([a], a)> not just Maybe.