···11-open Forester_core
11+(*
22+ * SPDX-FileCopyrightText: 2024 The Forester Project Contributors AND The RedPRL Development Team
33+ *
44+ * SPDX-License-Identifier: GPL-3.0-or-later OR Apache-2.0 WITH LLVM-exception
55+ *
66+ *)
77+ open Forester_core
28open Bwd
39410(* TODO: remove this in favor of https://github.com/ocaml/ocaml/pull/13760 *)
+7
lib/core/TeX_like.ml
···11+(*
22+ * SPDX-FileCopyrightText: 2024 The Forester Project Contributors AND The RedPRL Development Team
33+ *
44+ * SPDX-License-Identifier: GPL-3.0-or-later OR Apache-2.0 WITH LLVM-exception
55+ *
66+ *)
77+18open Types
29310let rec pp_content fmt = function
+7
lib/core/TeX_like.mli
···11+(*
22+ * SPDX-FileCopyrightText: 2024 The Forester Project Contributors AND The RedPRL Development Team
33+ *
44+ * SPDX-License-Identifier: GPL-3.0-or-later OR Apache-2.0 WITH LLVM-exception
55+ *
66+ *)
77+18open Types
29310val pp_content : Format.formatter -> content -> unit