package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | File of Path.t
  2. | Other of string
    (*

    When the location is not a file on disk, such as Var.t

    *)