package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Option.List

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

Innovation. Community. Security.