Skip to content

Commit

Permalink
Update stdlib/lazy.mli
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Frisch <alain@frisch.fr>
  • Loading branch information
gasche and alainfrisch committed Apr 14, 2021
1 parent 591cc4e commit 6457bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/lazy.mli
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ val is_val : 'a t -> bool
val from_val : 'a -> 'a t
(** [from_val v] evaluates [v] first (as any function would) and returns
an already-forced suspension of its result.
It is the same as [let x = v in lazy x], but use dynamic tests
It is the same as [let x = v in lazy x], but uses dynamic tests
to optimize suspension creation in some cases.
@since 4.00.0 *)

Expand Down

0 comments on commit 6457bfe

Please sign in to comment.