aboutsummaryrefslogtreecommitdiff
path: root/src/gleam/bit_string.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/gleam/bit_string.gleam')
-rw-r--r--src/gleam/bit_string.gleam3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gleam/bit_string.gleam b/src/gleam/bit_string.gleam
index 1176418..99d91b1 100644
--- a/src/gleam/bit_string.gleam
+++ b/src/gleam/bit_string.gleam
@@ -2,8 +2,7 @@
//// The BitString type should be used instead of a String type when not utf8
//// encoded.
-// TODO: determine which of these functions once we have bit string syntax
-pub external type BitString
+pub type BitString = BitString
/// Convert a utf8 String type into a raw BitString type.
///