Open guibou opened 2 years ago
The conversion from HsExpr to template haskell Exp is not complete, including:
HsExpr
Exp
\x -> x
\(Just x) -> x
The conversion from
HsExpr
to template haskellExp
is not complete, including:\x -> x
works, but\(Just x) -> x
does not