package plato

  1. Overview
  2. Docs
Python Library Adapted To OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.3.tar.gz
md5=4857a49b04ceb297c1eb4b2715d5a47a
sha512=daef493c84ce23e11b21f595a3f2f744edcd3741e698f6b21895bcfb79b2c8b36687da3e621ae9bd79612c2bbfdbbd9e624829ea2bb0c118b2c3fbffa2f48d99

doc/plato.helpers/Helpers/Slice/index.html

Module Helpers.SliceSource

Sourcetype ('elt, 'list) concat =
  1. | ConcatLeft of 'elt -> 'list -> 'list
  2. | ConcatRight of 'list -> 'elt -> 'list
  3. | Set of int -> 'elt -> 'list -> unit
Sourceval slice : ?start:int -> ?stop:int -> ?step:int -> ?sub:('a -> int -> int -> 'a) -> ('a -> int) -> ('a -> int -> 'b) -> ('b, 'c) concat -> (int -> 'c) -> ('c -> 'a) -> 'a -> 'a
OCaml

Innovation. Community. Security.