package pplumbing

  1. Overview
  2. Docs

Source file ansi_color.ml

1
2
3
4
5
6
7
8
9
10
11
(*********************************************************************************)
(*  pplumbing - Utility libraries to use with [pp]                               *)
(*  SPDX-FileCopyrightText: 2024-2025 Mathieu Barbin <mathieu.barbin@gmail.com>  *)
(*  SPDX-License-Identifier: MIT                                                 *)
(*********************************************************************************)

include Stdune.Ansi_color

type t = Style.t list Pp.t

module Staged = Stdune.Staged
OCaml

Innovation. Community. Security.