Skip to content

Commit

Permalink
Document purpose of Dyn module
Browse files Browse the repository at this point in the history
Thanks to @jeremiedimino
see #4881 (comment)

Signed-off-by: Shon Feder <[email protected]>
  • Loading branch information
shonfeder committed Sep 24, 2021
1 parent 97cbfbc commit 5caf865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otherlibs/dyn/dyn.mli
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(** Dyn stands for "dynamic values". The Dyn.t type is a representation of OCaml
values such that they can be processed without knowing their type. *)
type t =
| Opaque
| Unit
Expand Down

0 comments on commit 5caf865

Please sign in to comment.