package links

  1. Overview
  2. Docs
type t =
  1. | Local
  2. | Global
val is_global : t -> bool
val is_local : t -> bool