Skip to content

Commit 5d259aa

Browse files
authored
Merge pull request #851 from paulmure/local-var-id
fix(engine): expose type of local_ident.id
2 parents a6c36de + 965efa2 commit 5d259aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/lib/local_ident.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module T : sig
99
| SideEffectHoistVar (** A variable generated by `Side_effect_utils` *)
1010
[@@deriving show, yojson, hash, compare, sexp, eq]
1111

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

1414
val mk_id : kind -> int -> id
1515

0 commit comments

Comments
 (0)