package unic

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

Module Unic_resolve.EltSource

Sourcetype t =
  1. | Resolved of Modname.t * Uniq_meta.Path.t
  2. | Ambiguous of Modname.t * Uniq_meta.Path.t list
  3. | Not_found of Modname.t
Sourceval pp : Format.formatter -> t -> unit