package ppxlib

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

Source file longident_504.ml

1
2
3
4
5
type t =
  (*IF_AT_LEAST 504 Ocaml_common.Longident.t = *)
  | Lident of string
  | Ldot of t Location.loc * string Location.loc
  | Lapply of t Location.loc * t Location.loc