Skip to content

Commit 6bd5cfa

Browse files
committed
Capitalize runtime files
1 parent b3ed5c8 commit 6bd5cfa

File tree

624 files changed

+1485
-1476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

624 files changed

+1485
-1476
lines changed

compiler/core/js_name_of_module_id.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let get_runtime_module_path
5959
module_system in
6060
let js_file =
6161
Ext_namespace.js_name_of_modulename dep_module_id.id.name
62-
Little Literals.suffix_js in
62+
Upper Literals.suffix_js in
6363
match current_info_query with
6464
| Package_not_found -> assert false
6565
| Package_script ->

lib/es6/array.js lib/es6/Array.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as List from "./list.js";
4-
import * as Primitive_array from "./primitive_array.js";
5-
import * as Primitive_exceptions from "./primitive_exceptions.js";
3+
import * as List from "./List.js";
4+
import * as Primitive_array from "./Primitive_array.js";
5+
import * as Primitive_exceptions from "./Primitive_exceptions.js";
66

77
let init = ((length, f) => Array.from({ length }, f));
88

@@ -358,7 +358,7 @@ function sort(cmp, a) {
358358
throw {
359359
RE_EXN_ID: "Assert_failure",
360360
_1: [
361-
"array.res",
361+
"Array.res",
362362
294,
363363
4
364364
],

lib/es6/belt.js lib/es6/Belt.js

File renamed without changes.

lib/es6/belt_Array.js lib/es6/Belt_Array.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
import * as Primitive_int from "./primitive_int.js";
4-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Primitive_int from "./Primitive_int.js";
4+
import * as Primitive_option from "./Primitive_option.js";
55

66
function get(arr, i) {
77
if (i >= 0 && i < arr.length) {
@@ -15,7 +15,7 @@ function getExn(arr, i) {
1515
throw {
1616
RE_EXN_ID: "Assert_failure",
1717
_1: [
18-
"belt_Array.res",
18+
"Belt_Array.res",
1919
36,
2020
2
2121
],
@@ -39,7 +39,7 @@ function setExn(arr, i, v) {
3939
throw {
4040
RE_EXN_ID: "Assert_failure",
4141
_1: [
42-
"belt_Array.res",
42+
"Belt_Array.res",
4343
49,
4444
2
4545
],
File renamed without changes.

lib/es6/belt_HashMap.js lib/es6/Belt_HashMap.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalBuckets from "./belt_internalBuckets.js";
5-
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalBuckets from "./Belt_internalBuckets.js";
5+
import * as Belt_internalBucketsType from "./Belt_internalBucketsType.js";
66

77
function size(h) {
88
return h.size;

lib/es6/belt_HashMapInt.js lib/es6/Belt_HashMapInt.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

3-
import * as Primitive_hash from "./primitive_hash.js";
4-
import * as Primitive_option from "./primitive_option.js";
5-
import * as Belt_internalBuckets from "./belt_internalBuckets.js";
6-
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";
3+
import * as Primitive_hash from "./Primitive_hash.js";
4+
import * as Primitive_option from "./Primitive_option.js";
5+
import * as Belt_internalBuckets from "./Belt_internalBuckets.js";
6+
import * as Belt_internalBucketsType from "./Belt_internalBucketsType.js";
77

88
function copyBucketReHash(h_buckets, ndata_tail, _old_bucket) {
99
while (true) {

lib/es6/belt_HashMapString.js lib/es6/Belt_HashMapString.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

3-
import * as Primitive_hash from "./primitive_hash.js";
4-
import * as Primitive_option from "./primitive_option.js";
5-
import * as Belt_internalBuckets from "./belt_internalBuckets.js";
6-
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";
3+
import * as Primitive_hash from "./Primitive_hash.js";
4+
import * as Primitive_option from "./Primitive_option.js";
5+
import * as Belt_internalBuckets from "./Belt_internalBuckets.js";
6+
import * as Belt_internalBucketsType from "./Belt_internalBucketsType.js";
77

88
function copyBucketReHash(h_buckets, ndata_tail, _old_bucket) {
99
while (true) {

lib/es6/belt_HashSet.js lib/es6/Belt_HashSet.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
import * as Belt_internalSetBuckets from "./belt_internalSetBuckets.js";
4-
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";
3+
import * as Belt_internalSetBuckets from "./Belt_internalSetBuckets.js";
4+
import * as Belt_internalBucketsType from "./Belt_internalBucketsType.js";
55

66
function copyBucket(hash, h_buckets, ndata_tail, _old_bucket) {
77
while (true) {

lib/es6/belt_HashSetInt.js lib/es6/Belt_HashSetInt.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_hash from "./primitive_hash.js";
4-
import * as Belt_internalSetBuckets from "./belt_internalSetBuckets.js";
5-
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";
3+
import * as Primitive_hash from "./Primitive_hash.js";
4+
import * as Belt_internalSetBuckets from "./Belt_internalSetBuckets.js";
5+
import * as Belt_internalBucketsType from "./Belt_internalBucketsType.js";
66

77
function copyBucket(h_buckets, ndata_tail, _old_bucket) {
88
while (true) {

lib/es6/belt_HashSetString.js lib/es6/Belt_HashSetString.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_hash from "./primitive_hash.js";
4-
import * as Belt_internalSetBuckets from "./belt_internalSetBuckets.js";
5-
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";
3+
import * as Primitive_hash from "./Primitive_hash.js";
4+
import * as Belt_internalSetBuckets from "./Belt_internalSetBuckets.js";
5+
import * as Belt_internalBucketsType from "./Belt_internalBucketsType.js";
66

77
function copyBucket(h_buckets, ndata_tail, _old_bucket) {
88
while (true) {
File renamed without changes.
File renamed without changes.

lib/es6/belt_List.js lib/es6/Belt_List.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Belt_Array from "./belt_Array.js";
4-
import * as Belt_SortArray from "./belt_SortArray.js";
5-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Belt_Array from "./Belt_Array.js";
4+
import * as Belt_SortArray from "./Belt_SortArray.js";
5+
import * as Primitive_option from "./Primitive_option.js";
66

77
function head(x) {
88
if (x) {

lib/es6/belt_Map.js lib/es6/Belt_Map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Belt_MapDict from "./belt_MapDict.js";
3+
import * as Belt_MapDict from "./Belt_MapDict.js";
44

55
function fromArray(data, id) {
66
let cmp = id.cmp;

lib/es6/belt_MapDict.js lib/es6/Belt_MapDict.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalAVLtree from "./belt_internalAVLtree.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalAVLtree from "./Belt_internalAVLtree.js";
55

66
function set(t, newK, newD, cmp) {
77
if (t === undefined) {

lib/es6/belt_MapInt.js lib/es6/Belt_MapInt.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalMapInt from "./belt_internalMapInt.js";
5-
import * as Belt_internalAVLtree from "./belt_internalAVLtree.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalMapInt from "./Belt_internalMapInt.js";
5+
import * as Belt_internalAVLtree from "./Belt_internalAVLtree.js";
66

77
function set(t, newK, newD) {
88
if (t === undefined) {

lib/es6/belt_MapString.js lib/es6/Belt_MapString.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalAVLtree from "./belt_internalAVLtree.js";
5-
import * as Belt_internalMapString from "./belt_internalMapString.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalAVLtree from "./Belt_internalAVLtree.js";
5+
import * as Belt_internalMapString from "./Belt_internalMapString.js";
66

77
function set(t, newK, newD) {
88
if (t === undefined) {

lib/es6/belt_MutableMap.js lib/es6/Belt_MutableMap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalAVLtree from "./belt_internalAVLtree.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalAVLtree from "./Belt_internalAVLtree.js";
55

66
function removeMutateAux(nt, x, cmp) {
77
let k = nt.k;

lib/es6/belt_MutableMapInt.js lib/es6/Belt_MutableMapInt.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalMapInt from "./belt_internalMapInt.js";
5-
import * as Belt_internalAVLtree from "./belt_internalAVLtree.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalMapInt from "./Belt_internalMapInt.js";
5+
import * as Belt_internalAVLtree from "./Belt_internalAVLtree.js";
66

77
function make() {
88
return {

lib/es6/belt_MutableMapString.js lib/es6/Belt_MutableMapString.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
4-
import * as Belt_internalAVLtree from "./belt_internalAVLtree.js";
5-
import * as Belt_internalMapString from "./belt_internalMapString.js";
3+
import * as Primitive_option from "./Primitive_option.js";
4+
import * as Belt_internalAVLtree from "./Belt_internalAVLtree.js";
5+
import * as Belt_internalMapString from "./Belt_internalMapString.js";
66

77
function make() {
88
return {

lib/es6/belt_MutableQueue.js lib/es6/Belt_MutableQueue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Primitive_option from "./Primitive_option.js";
44

55
function make() {
66
return {

lib/es6/belt_MutableSet.js lib/es6/Belt_MutableSet.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_int from "./primitive_int.js";
4-
import * as Belt_SortArray from "./belt_SortArray.js";
5-
import * as Belt_internalAVLset from "./belt_internalAVLset.js";
3+
import * as Primitive_int from "./Primitive_int.js";
4+
import * as Belt_SortArray from "./Belt_SortArray.js";
5+
import * as Belt_internalAVLset from "./Belt_internalAVLset.js";
66

77
function remove0(nt, x, cmp) {
88
let k = nt.v;

lib/es6/belt_MutableSetInt.js lib/es6/Belt_MutableSetInt.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

3-
import * as Primitive_int from "./primitive_int.js";
4-
import * as Belt_SortArrayInt from "./belt_SortArrayInt.js";
5-
import * as Belt_internalAVLset from "./belt_internalAVLset.js";
6-
import * as Belt_internalSetInt from "./belt_internalSetInt.js";
3+
import * as Primitive_int from "./Primitive_int.js";
4+
import * as Belt_SortArrayInt from "./Belt_SortArrayInt.js";
5+
import * as Belt_internalAVLset from "./Belt_internalAVLset.js";
6+
import * as Belt_internalSetInt from "./Belt_internalSetInt.js";
77

88
function remove0(nt, x) {
99
let k = nt.v;

lib/es6/belt_MutableSetString.js lib/es6/Belt_MutableSetString.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

3-
import * as Primitive_int from "./primitive_int.js";
4-
import * as Belt_internalAVLset from "./belt_internalAVLset.js";
5-
import * as Belt_SortArrayString from "./belt_SortArrayString.js";
6-
import * as Belt_internalSetString from "./belt_internalSetString.js";
3+
import * as Primitive_int from "./Primitive_int.js";
4+
import * as Belt_internalAVLset from "./Belt_internalAVLset.js";
5+
import * as Belt_SortArrayString from "./Belt_SortArrayString.js";
6+
import * as Belt_internalSetString from "./Belt_internalSetString.js";
77

88
function remove0(nt, x) {
99
let k = nt.v;

lib/es6/belt_MutableStack.js lib/es6/Belt_MutableStack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Primitive_option from "./Primitive_option.js";
44

55
function make() {
66
return {

lib/es6/belt_Option.js lib/es6/Belt_Option.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Primitive_option from "./Primitive_option.js";
44

55
function keep(opt, p) {
66
if (opt !== undefined && p(Primitive_option.valFromOption(opt))) {
File renamed without changes.
File renamed without changes.

lib/es6/belt_Set.js lib/es6/Belt_Set.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Belt_SetDict from "./belt_SetDict.js";
3+
import * as Belt_SetDict from "./Belt_SetDict.js";
44

55
function fromArray(data, id) {
66
let cmp = id.cmp;

lib/es6/belt_SetDict.js lib/es6/Belt_SetDict.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Belt_internalAVLset from "./belt_internalAVLset.js";
3+
import * as Belt_internalAVLset from "./Belt_internalAVLset.js";
44

55
function add(t, x, cmp) {
66
if (t === undefined) {

lib/es6/belt_SetInt.js lib/es6/Belt_SetInt.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
import * as Belt_internalAVLset from "./belt_internalAVLset.js";
4-
import * as Belt_internalSetInt from "./belt_internalSetInt.js";
3+
import * as Belt_internalAVLset from "./Belt_internalAVLset.js";
4+
import * as Belt_internalSetInt from "./Belt_internalSetInt.js";
55

66
function add(t, x) {
77
if (t === undefined) {

lib/es6/belt_SetString.js lib/es6/Belt_SetString.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
import * as Belt_internalAVLset from "./belt_internalAVLset.js";
4-
import * as Belt_internalSetString from "./belt_internalSetString.js";
3+
import * as Belt_internalAVLset from "./Belt_internalAVLset.js";
4+
import * as Belt_internalSetString from "./Belt_internalSetString.js";
55

66
function add(t, x) {
77
if (t === undefined) {

lib/es6/belt_SortArray.js lib/es6/Belt_SortArray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Belt_Array from "./belt_Array.js";
3+
import * as Belt_Array from "./Belt_Array.js";
44

55
function sortedLengthAuxMore(xs, _prec, _acc, len, lt) {
66
while (true) {

lib/es6/belt_SortArrayString.js lib/es6/Belt_SortArrayInt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Belt_Array from "./belt_Array.js";
3+
import * as Belt_Array from "./Belt_Array.js";
44

55
function sortedLengthAuxMore(xs, _prec, _acc, len) {
66
while (true) {

lib/es6/belt_SortArrayInt.js lib/es6/Belt_SortArrayString.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import * as Belt_Array from "./belt_Array.js";
3+
import * as Belt_Array from "./Belt_Array.js";
44

55
function sortedLengthAuxMore(xs, _prec, _acc, len) {
66
while (true) {

lib/es6/belt_internalAVLset.js lib/es6/Belt_internalAVLset.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_int from "./primitive_int.js";
4-
import * as Belt_SortArray from "./belt_SortArray.js";
5-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Primitive_int from "./Primitive_int.js";
4+
import * as Belt_SortArray from "./Belt_SortArray.js";
5+
import * as Primitive_option from "./Primitive_option.js";
66

77
function copy(n) {
88
if (n !== undefined) {
@@ -353,7 +353,7 @@ function checkInvariantInternal(_v) {
353353
throw {
354354
RE_EXN_ID: "Assert_failure",
355355
_1: [
356-
"belt_internalAVLset.res",
356+
"Belt_internalAVLset.res",
357357
310,
358358
4
359359
],

lib/es6/belt_internalAVLtree.js lib/es6/Belt_internalAVLtree.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Primitive_int from "./primitive_int.js";
4-
import * as Belt_SortArray from "./belt_SortArray.js";
5-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Primitive_int from "./Primitive_int.js";
4+
import * as Belt_SortArray from "./Belt_SortArray.js";
5+
import * as Primitive_option from "./Primitive_option.js";
66

77
function treeHeight(n) {
88
if (n !== undefined) {
@@ -550,7 +550,7 @@ function checkInvariantInternal(_v) {
550550
throw {
551551
RE_EXN_ID: "Assert_failure",
552552
_1: [
553-
"belt_internalAVLtree.res",
553+
"Belt_internalAVLtree.res",
554554
439,
555555
4
556556
],

lib/es6/belt_internalBuckets.js lib/es6/Belt_internalBuckets.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as Belt_Array from "./belt_Array.js";
4-
import * as Primitive_int from "./primitive_int.js";
5-
import * as Primitive_option from "./primitive_option.js";
3+
import * as Belt_Array from "./Belt_Array.js";
4+
import * as Primitive_int from "./Primitive_int.js";
5+
import * as Primitive_option from "./Primitive_option.js";
66

77
function copyAuxCont(_c, _prec) {
88
while (true) {
File renamed without changes.

0 commit comments

Comments
 (0)