Skip to content

Commit

Permalink
Document purpose of Dyn module
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Sep 6, 2021
1 parent 39e3e60 commit 7aa9498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otherlibs/stdune-unstable/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 7aa9498

Please sign in to comment.