package plato

  1. Overview
  2. Docs
type ('elt, 'list) concat =
  1. | ConcatLeft of 'elt -> 'list -> 'list
  2. | ConcatRight of 'list -> 'elt -> 'list
  3. | Set of int -> 'elt -> 'list -> unit
val 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.