package goblint

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

Module Goblint_lib.Vector

module type Vector = sig ... end

High-level abstraction of a vector.

val timing_wrap : 'a -> ('b -> 'c) -> 'b -> 'c