corollary icon indicating copy to clipboard operation
corollary copied to clipboard

Translate fat arrow defns into "where" clauses.

Open tcr opened this issue 7 years ago • 1 comments

e.g.

promote
    :: (Pretty node, Pos node)
    => node
    -> (Rust.Expr -> Rust.Expr -> Rust.Expr)
    -> Result -> Result -> EnvMonad s Result

tcr avatar May 23 '17 03:05 tcr

I didn't fix this fully in my last commit—where clauses are still not generated yet.

tcr avatar May 25 '17 18:05 tcr