Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sexp_diff.Diff
Sourcetype t =
| Same of Core.Sexp.t
| Add of Core.Sexp.t
| Delete of Core.Sexp.t
| Replace of Core.Sexp.t * Core.Sexp.t
| Enclose of t list
This type is intended to be used by OCaml code to produce a visual representation of the diff. If you want to display this diff, take a look at Sexp_diff_display
.