Skip to content

Commit

Permalink
signature_builder.ml: TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max authored Sep 29, 2024
1 parent f02634f commit 2791900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stdlib-variants/signature-builder/signature_builder.ml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ module Parse = struct
{[type ('a, 'b) result = ('a, 'b) Stdlib.result = Ok of 'a | Error of 'b]}
*)

(* TODO: make it possible to reference an existing type automatically *)
(* TODO: make it possible to reference an existing type automatically.
Challenge is deciding how to resolve the type to reference. *)

let ordered_set =
let open Ordered_set in
Expand Down

0 comments on commit 2791900

Please sign in to comment.