package jane_rope

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

jane_rope v0.16.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

jane_rope

Documentation:

  • Rope A rope is a standard data structure that represents a single string as a tree of strings, allowing concatenation to do no work up front. See the README.md file for details and motivating examples.