package textutils

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=b2681af1f4029245a5c187c4f0834ac470ada6ffc69db7c7e219b3244f88b3d5

doc/src/textutils.ascii_table_kernel/import.ml.html

Source file import.ml

1
2
3
4
5
open! Core
module Attr = Ansi_kernel.Attr

let list_sum l ~f = List.sum (module Int) l ~f
let list_max ~f lst = List.fold lst ~init:0 ~f:(fun a b -> max a (f b))
OCaml

Innovation. Community. Security.