package why3find

  1. Overview
  2. Docs
A Why3 Package Manager

Install

dune-project
 Dependency

Authors

Maintainers

Sources

why3find-1.3.0.tar.gz
md5=435da830a513fd91ec5411c91126b763
sha512=fd8b04eb16d569c0dc9e5595a40b174d7858121b080c81d459b2f28fb3af1ebc32ef408859d5c1c5f45c61790625c027c2ecfc3d45e597943543de7212bab8d6

doc/why3find.utils/Why3findUtils/Rangemap/index.html

Module Why3findUtils.RangemapSource

Sourcetype 'a t
Sourceval compare : Range.range -> Range.range -> int
Sourceval empty : 'a t
Sourceval add : Range.range -> 'a -> 'a t -> 'a t
Sourceval union : 'a t -> 'a t -> 'a t
Sourceval find : Range.pos -> 'a t -> Range.range * 'a
Sourceval find_opt : Range.pos -> 'a t -> (Range.range * 'a) option
Sourceval iter : (Range.range -> 'a -> unit) -> 'a t -> unit