Skip to content

Commit 96188d0

Browse files
committed
todo for updating expand_deftype
1 parent 9e50ffe commit 96188d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interpreter/syntax/types.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ let unroll_deftype (dt : deftype) : subtype =
281281
let RecT sts = unroll_rectype rt in
282282
Lib.List32.nth sts i
283283

284+
(* TODO: consider returning a desctype here. *)
284285
let expand_deftype (dt : deftype) : comptype =
285286
let SubT (_, _, DescT (_, _, st)) = unroll_deftype dt in
286287
st

0 commit comments

Comments
 (0)