Skip to content
Snippets Groups Projects
Commit a77c0883 authored by Valentin Perrelle's avatar Valentin Perrelle Committed by David Bühler
Browse files

[Kernel] Export State_builder.Ref.Datatype.t constraint

parent 52509dd2
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ module Ref
include Info
val default: unit -> Data.t
end)
: Ref with type data = Data.t
: Ref with type data = Data.t and type Datatype.t = Data.t ref
(** Output signature of [Option_ref]. Note that [get] will raise [Not_found]
if the stored data is [None]. Use [get_option] if you want to have
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment