There are many binary infix operators in first-class-families like ++ that are hard to use since they expect evaluated types, but most of the time the types will be wrapped in Exp
. Are there “lifted” versions of these operators that can use types wrapped in Exp
? If not, why?
Also, is first-class-families something that should still be used?