Skip to content

Commit

Permalink
Merge pull request #9 from moonbitlang/basic-type-packages
Browse files Browse the repository at this point in the history
add packages for basic type
  • Loading branch information
lijunchen authored Feb 29, 2024
2 parents 9846bda + fa6599e commit 5b1e046
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 0 deletions.
Empty file added bool/bool.mbt
Empty file.
1 change: 1 addition & 0 deletions bool/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added bytes/bytes.mbt
Empty file.
5 changes: 5 additions & 0 deletions bytes/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"import": [
{ "path": "moonbitlang/core/assertion", "alias": "assertion" }
]
}
Empty file added char/char.mbt
Empty file.
1 change: 1 addition & 0 deletions char/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added double/double.mbt
Empty file.
1 change: 1 addition & 0 deletions double/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added int/int.mbt
Empty file.
1 change: 1 addition & 0 deletions int/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added int64/int64.mbt
Empty file.
1 change: 1 addition & 0 deletions int64/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions result/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"import": [
{ "path": "moonbitlang/core/assertion", "alias": "assertion" }
]
}
Empty file added result/result.mbt
Empty file.
1 change: 1 addition & 0 deletions string/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added string/string.mbt
Empty file.
1 change: 1 addition & 0 deletions unit/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added unit/unit.mbt
Empty file.

0 comments on commit 5b1e046

Please sign in to comment.