Dune.Success (dune v0.3.15)
View SourceA struct returned when Dune evaluation succeeds.
Fields:
value(term): the value which was actually returned at runtime. Should not be displayed to the user, might be different from what the user expects.inspected(string): safely inspectedvalueto be displayed to the userstdio(string): captured standard output
value contains the actual value used at runtime, so atoms will be different from the ones
displayed to the user (see Dune.eval_string/2).