Skip to content

SComb 0.7.0 is released!

Choose a tag to compare

@kmizu kmizu released this 31 Jul 09:17
  • 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"