Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
lower_に関数を適用する方法は(Value (Maybe typ))? 私はおそらくdbに文字列フィールドを持っているので、(^.)演算子の後に type: の式がありますSqlExpr (Value (Maybe String))。lower_ が であるとしSqlExpr (Value String) -> SqlExpr (Value String)ます。これを申請するにはどうすればよいlower_ですか?
lower_
(Value (Maybe typ))
(^.)
SqlExpr (Value (Maybe String))
SqlExpr (Value String) -> SqlExpr (Value String)