package zed

  1. Overview
  2. Docs
Abstract engine for text edition in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

zed-2.0.6.tbz
sha256=40b22100037cf032d19f746fa7426b51b8c7bf0b8d6c8efc2d7272151c83bde9
md5=49de58f753bb4dd43ef6c2bc864ea8ff

doc/zed/Zed_input/Make/argument-1-Event/index.html

Parameter Make.Event

type t

The type of the map keys.

val compare : t -> t -> int

A total ordering function over the keys. This is a two-argument function f such that f e1 e2 is zero if the keys e1 and e2 are equal, f e1 e2 is strictly negative if e1 is smaller than e2, and f e1 e2 is strictly positive if e1 is greater than e2. Example: a suitable ordering function is the generic structural comparison function Stdlib.compare.

OCaml

Innovation. Community. Security.