package simple-diff

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Simple_diffSource

A simple diffing algorithm

Sourcemodule type Comparable = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Item : Comparable) : S with type item = Item.t