Skip to content

Commit

Permalink
Merge pull request #851 from paulmure/local-var-id
Browse files Browse the repository at this point in the history
fix(engine): expose type of local_ident.id
  • Loading branch information
W95Psp authored Oct 7, 2024
2 parents a6c36de + 965efa2 commit 5d259aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/lib/local_ident.mli
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module T : sig
| SideEffectHoistVar (** A variable generated by `Side_effect_utils` *)
[@@deriving show, yojson, hash, compare, sexp, eq]

type id [@@deriving show, yojson, hash, compare, sexp, eq]
type id = kind * int [@@deriving show, yojson, hash, compare, sexp, eq]

val mk_id : kind -> int -> id

Expand Down

0 comments on commit 5d259aa

Please sign in to comment.