Skip to content

Commit 0b9887a

Browse files
committed
run formatter
1 parent 7a22a0a commit 0b9887a

22 files changed

+8359
-14080
lines changed

_blogposts/archived/2020-02-07-union-types-in-bucklescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module A_b_c: {
7777
};
7878
```
7979

80-
{/* Union types are useful for modeling situations when values can overlap in the types they can take on. */}
80+
{/* Union types are useful for modeling situations when values can overlap in the types they can take on. */}
8181

8282
What happens when we need to know specifically whether we have a value of type `a`? This is a case by case issue; it depends on whether there are some intersections in the runtime encoding of `a`, `b` or `c`. For some primitive types, it is easy enough to use `Js.typeof` to tell the difference between, e.g, `number` and `string`.
8383

_blogposts/archived/2020-02-20-loading-stdlib-in-memory.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |
1010

1111
## Loading stdlib from memory
1212

13-
// {/* Do you mean "external files" instead of "external file system"? In Linux world, a file system is means something like EXT4 or btrfs */}
13+
// {/* Do you mean "external files" instead of "external file system"? In Linux world, a file system is means something like EXT4 or btrfs */}
1414

1515
In the next release, we are going to load stdlib from memory instead of from
1616
external files, which will make the BuckleScript toolchain more accessible and

0 commit comments

Comments
 (0)