File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type null = NoNull | Null
8
8
type mut = Cons | Var
9
9
type init = Set | Unset
10
10
type final = NoFinal | Final
11
- type 'a limits = {min : 'a ; max : 'a option }
11
+ type limits = {min : int64 ; max : int64 option }
12
12
13
13
type var = StatX of type_idx | RecX of int32
14
14
@@ -45,8 +45,8 @@ and sub_type = SubT of final * heap_type list * str_type
45
45
and rec_type = RecT of sub_type list
46
46
and def_type = DefT of rec_type * int32
47
47
48
- type table_type = TableT of addr_type * Int64 .t limits * ref_type
49
- type memory_type = MemoryT of addr_type * Int64 .t limits
48
+ type table_type = TableT of addr_type * limits * ref_type
49
+ type memory_type = MemoryT of addr_type * limits
50
50
type global_type = GlobalT of mut * val_type
51
51
type tag_type = TagT of def_type
52
52
type local_type = LocalT of init * val_type
You can’t perform that action at this time.
0 commit comments