package goblint

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

Module Goblint_std.GobOptionSource

Sourceval exists : ('a -> bool) -> 'a option -> bool
Sourceval for_all : ('a -> bool) -> 'a option -> bool
Sourceval map2 : ('a -> 'b -> 'c) -> 'a option -> 'b option -> 'c option
Sourcemodule Syntax : sig ... end

Open this to use applicative functor/monad syntax for option.

OCaml

Innovation. Community. Security.