diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2024-10-10 11:14:06 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-10 15:03:25 +0100 |
commit | d50ac221d9902392f2ba3d9402d72954673ffd4a (patch) | |
tree | 97d397de23b54a2ee8932e21b6d57652ee458502 /src | |
parent | 4c3ea2086cf7662f79628f26abff15307ff5bce9 (diff) | |
download | gleam_stdlib-d50ac221d9902392f2ba3d9402d72954673ffd4a.tar.gz gleam_stdlib-d50ac221d9902392f2ba3d9402d72954673ffd4a.zip |
remove iterators from tests
Diffstat (limited to 'src')
-rw-r--r-- | src/gleam/string.gleam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gleam/string.gleam b/src/gleam/string.gleam index 1b2e3a0..caaf6dd 100644 --- a/src/gleam/string.gleam +++ b/src/gleam/string.gleam @@ -1,7 +1,6 @@ //// Strings in Gleam are UTF-8 binaries. They can be written in your code as //// text surrounded by `"double quotes"`. -import gleam/iterator import gleam/list import gleam/option.{type Option, None, Some} import gleam/order |