package merlin-lib

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

Module Short_paths_graph.TypeSource

Sourcetype t
Sourceval origin : graph -> t -> Origin.t
Sourceval path : graph -> t -> Path.t
Sourceval hidden : t -> bool
Sourceval sort : graph -> t -> Sort.t
Sourcetype resolved =
  1. | Nth of int
  2. | Path of int list option * t
Sourceval resolve : graph -> t -> resolved