Lines is:module

Line plots
This module corresponds to section 3.4 (Line Segments) of the OpenGL 2.1 specs.
This module is part of LeanCheck, a simple enumerative property-based testing library. This module exports an orphan Show instance for functions. It shows functions as up to 8 case distinctions, one per line. Please see Test.LeanCheck.Function.Show.FourCases for an alternative that shows functions as up to 4 case distinctions in a single line. The Show -> instance only works for functions of which ultimate return types are instances of the ShowFunction typeclass. Please see Test.LeanCheck.Function.ShowFunction for how to define these instances for your user-defined algebraic datatypes. Warning: this is only intended to be used in testing modules. Avoid importing this on modules that are used as libraries.
Additional data and structures to some String-related lists.
This module defines an extension of the Show class for displaying multi-line values. It serves the following purposes:
  1. provides a method with greater layout control of multiline values,
  2. provides a possibility to override the default Show behaviour for programs that use the extended ShowLines interface, and
  3. uses a ShowS intermediate value to avoid unnecessary concatenation of long strings.
This module defines a ShowLines class instance for RDFGraph, to be used when displaying RDF Graph values as part of a proof sequence, etc.
Collected information about visible lines. The GtkSourceGutterLines object is used to collect information about visible lines. Use this from your signalgutterRenderer[queryData] to collect the necessary information on visible lines. Doing so reduces the number of passes through the text btree allowing GtkSourceView to reach more frames-per-second while performing kinetic scrolling.
This module contains the necessary calls to the other modules of Metafont' to compute the outlines of a given number of pen strokes. The normal way of using it is by calling outlines. One other possible way would be :
let curves=cutAll curvesList in
remerge $ contour curves $ intersections curves