jon.recoil.org

Module Ocaml_typing.Short_paths

module Basis : sig ... end
type t
type type_result =
  1. | Nth of int
  2. | Path of int list option * Ocaml_typing.Path.t
type type_resolution =
  1. | Nth of int
  2. | Subst of int list
  3. | Id
type class_type_result = int list option * Ocaml_typing.Path.t