The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #822 from patricoferris/fiber-docs

Fix docs for without_binding

authored by

Thomas Leonard and committed by
GitHub
c44ee5ce 7695d223

+1 -1
+1 -1
lib_eio/core/eio__core.mli
··· 394 394 used after this function returns. *) 395 395 396 396 val without_binding : 'a key -> (unit -> 'b) -> 'b 397 - (** [with_binding key value fn] runs [fn] with any binding for [key] removed. 397 + (** [without_binding key value fn] runs [fn] with any binding for [key] removed. 398 398 *) 399 399 end 400 400