package ocp-indent

  1. Overview
  2. Docs
A simple tool to indent OCaml programs

Install

Dune Dependency

Authors

Maintainers

Sources

1.7.0.tar.gz
md5=3bc327e38f453f38494098725c97d2cb
sha512=5b28ae8695612c95cb0f5748de9b9f01d8ef4ad18b31340dc526ccae5fb1b6ee7e12024ff1beb817a43796183a83bca144222ca2d77d7750f2ff56108b5fa350

doc/ocp-indent.utils/Util/index.html

Module UtilSource

Sourceval compose : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c
Sourceval (@*) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval default : 'a -> 'a option -> 'a
Sourceval string_split : char -> string -> string list
Sourceval string_split_chars : string -> string -> string list
Sourceval is_prefix : string -> string -> bool
Sourceval ends_with_escape : string -> bool
Sourceval count_leading_spaces : string -> int
Sourceval shorten_string : int -> string -> string
OCaml

Innovation. Community. Security.