package textutils

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

textutils-v0.16.0.tar.gz
sha256=7814aa3ce89fa18e48c41f4764336a99cbd4b761fcb46a9df73297923b57feb2

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.