astring
astring copied to clipboard
Alternative String module for OCaml
With 4.07.0 we now have the Seq module. It would be useful to have conversion functions to/from string and substring values in astring. The `seq` compatibility package could help maintain...
This has been c&p too much times. ```ocaml (** {1:suggesting Suggesting} *) val edit_distance : string -> string -> int (** [edit_distance s0 s1] is the number of single byte...
Hi Daniel, This pull request adds more examples to AString. This is part of a pilot programme funded by the OCaml Software Foundation. Many OCaml libraries have no examples, or...