SComb 0.7.0 is released!
- Support two combinators
~>, which is same as>>except for precedence~<, which is same as<<except for precedence
- From this version, use x.y.z format versioning
- Note that you must write
"com.github.kmizu" %% "scomb" % "0.7.0" - Instead of
"com.github.kmizu" %% "scomb" % "0.7"
- Note that you must write