You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'd like to use [@@deriving show] with Set.Make. More precisely, i have this code:
module IntSet = Set.Make(struct
type t = int (* [@@deriving show] *)
let compare = compare end) [@@deriving show]
type value = IntSet.t [@@deriving show]
type state_fun = (int * value) list [@@deriving show]
Hi,
i'd like to use
[@@deriving show]
withSet.Make
. More precisely, i have this code:for which i get this error:
Is there a way to get rid of this error?
Thank you,
Lacramioara
The text was updated successfully, but these errors were encountered: