package goblint

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

Module Result.Exceptionless

Operations on Hashtbl without exceptions.

@documents Hashtbl.S.Exceptionless

val find : 'a H.t -> ResultNode.t -> 'a option
val modify : ResultNode.t -> ('a -> 'a) -> 'a H.t -> (unit, exn) BatPervasives.result