File: list_ext.mli

package info (click to toggle)
ocamlformat 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,068 kB
  • sloc: ml: 61,288; pascal: 4,739; lisp: 229; sh: 217; makefile: 121
file content (7 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
include module type of Base.List

val partition_map :
  'a list -> f:('a -> ('b, 'c) Base.Either.t) -> 'b list * 'c list
(** [partition_map t ~f] partitions [t] according to [f].

    @since base.v0.14.0 *)