basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Rename `maybe` type to work with OTP-27 #414

Open f1sty opened 2 months ago

f1sty commented 2 months ago

Maybe expression is enabled by default in OTP-27, so maybe is a keyword now and we can't use it as type name. This PR renames maybe type to maybe_type.