mte/unikernel/duniverse/ppxlib/astlib/longident_504.ml
2025-11-11 02:07:51 +01:00

5 lines
175 B
OCaml

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