package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Composition/Make/List/index.html

Module Make.List

applying monadic functions to lists

val iter : ('a -> unit t) -> 'a list -> unit t
val map : ('a -> 'b t) -> 'a list -> 'b list t
val fold_left : ('a -> 'b -> 'a t) -> 'a -> 'b list -> 'a t
OCaml

Innovation. Community. Security.