package goblint

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

Module VS.LabelsSource

Sourceval iter : f:(elt -> unit) -> t -> unit
Sourceval fold : f:(elt -> 'a -> 'a) -> t -> init:'a -> 'a
Sourceval for_all : f:(elt -> bool) -> t -> bool
Sourceval exists : f:(elt -> bool) -> t -> bool
Sourceval map : f:(elt -> elt) -> t -> t
Sourceval filter : f:(elt -> bool) -> t -> t
Sourceval filter_map : f:(elt -> elt option) -> t -> t
Sourceval partition : f:(elt -> bool) -> t -> t * t
OCaml

Innovation. Community. Security.