Skip to content

Commit deb35ab

Browse files
committed
docs(Fun): tweaks
1 parent 5e06ee6 commit deb35ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Fun.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ sig
88

99
val finally : ('a, 'b) Effect.Deep.continuation -> (unit -> 'a) -> 'b
1010
(** [finally f] runs the thunk [f] and calls [continue] if a value is returned and [discontinue] if an exception is raised.
11-
1211
Here is an example that calls {!val:List.nth} and then either returns the found element with [continue]
1312
or raises the exception {!exception:Not_found} with [discontinue].
1413
{[

0 commit comments

Comments
 (0)