@@ -144,7 +144,7 @@ Simplest possible resolution:
144
144
representation = None})];
145
145
compiled = true; doc = []};
146
146
expansion = None; linked = false; canonical = None; source_info = None;
147
- shape = None; uid_to_id = <abstr> }
147
+ shape_info = None}
148
148
```
149
149
150
150
Let's look at a marginally more complicated example. In this case, our type ` t `
@@ -318,7 +318,7 @@ Basic resolution 2, environment lookup:
318
318
representation = None})];
319
319
compiled = true; doc = []};
320
320
expansion = None; linked = false; canonical = None; source_info = None;
321
- shape = None; uid_to_id = <abstr> }
321
+ shape_info = None}
322
322
```
323
323
324
324
@@ -521,7 +521,7 @@ Basic resolution 3, module type:
521
521
...];
522
522
compiled = ...; doc = ...};
523
523
expansion = ...; linked = ...; canonical = ...; source_info = ...;
524
- shape = ...; uid_to_id = ...}
524
+ shape_info = ...}
525
525
```
526
526
527
527
This example is very similar but there is one more level of nesting of the modules:
@@ -724,7 +724,7 @@ Basic resolution 4, module type:
724
724
...];
725
725
compiled = ...; doc = ...};
726
726
expansion = ...; linked = ...; canonical = ...; source_info = ...;
727
- shape = ...; uid_to_id = ...}
727
+ shape_info = ...}
728
728
```
729
729
730
730
This example is rather more interesting:
@@ -960,7 +960,7 @@ and then we can look up the type `t`.
960
960
...];
961
961
compiled = ...; doc = ...};
962
962
expansion = ...; linked = ...; canonical = ...; source_info = ...;
963
- shape = ...; uid_to_id = ...}
963
+ shape_info = ...}
964
964
```
965
965
966
966
``` ocaml
@@ -1167,7 +1167,7 @@ and then we can look up the type `t`.
1167
1167
...];
1168
1168
compiled = ...; doc = ...};
1169
1169
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1170
- shape = ...; uid_to_id = ...}
1170
+ shape_info = ...}
1171
1171
```
1172
1172
1173
1173
Ensure a substitution is taken into account during resolution:
@@ -1350,7 +1350,7 @@ Ensure a substitution is taken into account during resolution:
1350
1350
...];
1351
1351
compiled = ...; doc = ...};
1352
1352
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1353
- shape = ...; uid_to_id = ...}
1353
+ shape_info = ...}
1354
1354
```
1355
1355
1356
1356
Ensure a destructive substitution is taken into account during resolution:
@@ -1533,7 +1533,7 @@ Ensure a destructive substitution is taken into account during resolution:
1533
1533
...];
1534
1534
compiled = ...; doc = ...};
1535
1535
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1536
- shape = ...; uid_to_id = ...}
1536
+ shape_info = ...}
1537
1537
```
1538
1538
1539
1539
Resolve a module alias:
@@ -1694,7 +1694,7 @@ Resolve a module alias:
1694
1694
representation = None})];
1695
1695
compiled = true; doc = ...};
1696
1696
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1697
- shape = ...; uid_to_id = ...}
1697
+ shape_info = ...}
1698
1698
```
1699
1699
1700
1700
Resolve a module alias:
@@ -1854,7 +1854,7 @@ Resolve a module alias:
1854
1854
...];
1855
1855
compiled = ...; doc = ...};
1856
1856
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1857
- shape = ...; uid_to_id = ...}
1857
+ shape_info = ...}
1858
1858
```
1859
1859
1860
1860
Resolve a functor:
@@ -2036,7 +2036,7 @@ Resolve a functor:
2036
2036
...];
2037
2037
compiled = ...; doc = ...};
2038
2038
expansion = ...; linked = ...; canonical = ...; source_info = ...;
2039
- shape = ...; uid_to_id = ...}
2039
+ shape_info = ...}
2040
2040
```
2041
2041
2042
2042
Resolve a functor:
@@ -2243,7 +2243,7 @@ Resolve a functor:
2243
2243
...];
2244
2244
compiled = ...; doc = ...};
2245
2245
expansion = ...; linked = ...; canonical = ...; source_info = ...;
2246
- shape = ...; uid_to_id = ...}
2246
+ shape_info = ...}
2247
2247
```
2248
2248
2249
2249
``` ocaml skip
@@ -2460,5 +2460,5 @@ Functor app nightmare:
2460
2460
...];
2461
2461
compiled = ...; doc = ...};
2462
2462
expansion = ...; linked = ...; canonical = ...; source_info = ...;
2463
- shape = ...; uid_to_id = ...}
2463
+ shape_info = ...}
2464
2464
```
0 commit comments