package frama-c

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

Module Option.Operators

val (let*) : 'a option -> ('a -> 'b option) -> 'b option
val (let+) : 'a option -> ('a -> 'b) -> 'b option
val (and*) : 'a option -> 'b option -> ('a * 'b) option
val (and+) : 'a option -> 'b option -> ('a * 'b) option
OCaml

Innovation. Community. Security.