We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e06ee6 commit deb35abCopy full SHA for deb35ab
src/Fun.mli
@@ -8,7 +8,6 @@ sig
8
9
val finally : ('a, 'b) Effect.Deep.continuation -> (unit -> 'a) -> 'b
10
(** [finally f] runs the thunk [f] and calls [continue] if a value is returned and [discontinue] if an exception is raised.
11
-
12
Here is an example that calls {!val:List.nth} and then either returns the found element with [continue]
13
or raises the exception {!exception:Not_found} with [discontinue].
14
{[
0 commit comments