0

How to apply function lower_ to (Value (Maybe typ))? I have maybe string field in db, so after (^.) operator I'll have expression with type: SqlExpr (Value (Maybe String)). Let us suppose lower_ is SqlExpr (Value String) -> SqlExpr (Value String). How to apply lower_ for this?

0 Answers0