package plato

  1. Overview
  2. Docs
Python Library Adapted To OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=bbd6a77ebd7c4273ab63277648a05792
sha512=fc31900a273dbdd5dd5ee63a5553a4d937cc6d984245e649b452b1a42e43ebe27340314d1f3c0fdf0c0cc246da28a624b2bcd82152a90debffcf10025aa520f1

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.