package ocamldiff

  1. Overview
  2. Docs
OCamldiff is a small OCaml library providing functions to parse and display diff results

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocamldiff-1.2.tar.bz2
md5=a7944e8628a72a6d3a22aa2e1e9abde3
sha512=edbc495be519b22c42e97140b756d831c71cb761efe38aabd599659954adee86404722c43d831c5ab72e65a43ce69d4973aa5072ce1f0b6abab90b87420c06cc

doc/ocamldiff/Odiff_parser/index.html

Module Odiff_parserSource

Sourcetype token =
  1. | IndexOne of int
  2. | IndexMany of int * int
  3. | ADD
  4. | DELETE
  5. | CHANGE
  6. | SEP
  7. | EOF
  8. | AddedString of string
  9. | DeletedString of string
  10. | NO_FINAL_NL