tcr / corollary

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

Truncate match arm #41

Closed tcr closed 7 years ago

tcr commented 7 years ago

This match arm in C.lhs is truncated and just prints Result, for some reason:

CLndOp -> return Result { resultType = IsBool, resultMutable = Rust.Immutable, result = Rust.LAnd (toBool lhs) (toBool rhs) }