package ocamldiff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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