Path -package:path

Uniquely describes the location of a test within a test hierarchy. Node order is from test case to root.
Unlabeled path
A collection of FFI declarations for interfacing with Win32.
A collection of FFI declarations for interfacing with Win32.
A collection of FFI declarations for interfacing with Win32.
This module provides various helpful utilities for dealing with path and file names, directories, and related support. Written by John Goerzen, jgoerzen@complete.org
A Path describes the location of a spec item within a spec tree. It consists of a list of group descriptions and a requirement description.
High‐level, byte‐based file and directory path manipulations. You probably want to import Filesystem.Path.CurrentOS instead, since it handles detecting which rules to use in the current compilation.
A Cairo path.
  • A path is a sequence of drawing operations that are accumulated until stroke is called. Using a path is particularly useful when drawing lines with special join styles and closePath.
A path is a (possibly empty) list of Located Trails. Hence, unlike trails, paths are not translationally invariant, and they form a monoid under superposition (placing one path on top of another) rather than concatenation.
This module defines paths, which are collections of concretely located Trails. Many drawing systems (cairo, svg, ...) have a similar notion of "path". Note that paths with multiple trails are necessary for being able to draw e.g. filled objects with holes in them.
Paths in two dimensions are special since we may stroke them to create a 2D diagram, and (eventually) perform operations such as intersection and union. They also have a trace, whereas paths in higher dimensions do not.
A path through the x-y plane.
The path type used by Charts. A path can consist of several subpaths. Each is started by a MoveTo operation. All subpaths are open, except the last one, which may be closed using the Close operation. When filling a path all subpaths are closed implicitly. Closing a subpath means that a line is drawn from the end point to the start point of the subpath. If a Arc (or ArcNeg) is drawn a implicit line from the last end point of the subpath is drawn to the beginning of the arc. Another implicit line is drawn from the end of an arc to the beginning of the next path segment. The beginning of a subpath is either (0,0) or set by a MoveTo instruction. If the first subpath is started with an arc the beginning of that subpath is the beginning of the arc.
The path of clusters that must be traversed to reach this spot.
No description available in the introspection data.
Memory-managed wrapper type.