Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Simple_diffA simple diffing algorithm
Represents the change or lack of change in a line or character between the old and new version.
type t = diff listList of diffs which is the return value of the main function.
val get_diff : string array -> string array -> tReturns a list of diffs between two arrays