package frama-c

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

Module Option.Option

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