File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
16
16
with :
17
17
otp-version : " 26.0.2"
18
- gleam-version : " 0.34.1 "
18
+ gleam-version : " 1.1.0 "
19
19
rebar3-version : " 3"
20
20
- run : gleam format --check src test
21
21
- run : gleam deps download
Original file line number Diff line number Diff line change
1
+ import glam/doc . { type Document }
1
2
import gleam/int
2
3
import gleam/io
3
4
import gleam/list
4
5
import gleam/string
5
- import glam/doc . { type Document }
6
6
7
7
/// Pretty prints a list of strings:
8
8
/// - each string is surrounded by quotes
Original file line number Diff line number Diff line change
1
+ import glam/doc . { type Document }
1
2
import gleam/bool
2
3
import gleam/float
3
4
import gleam/int
4
5
import gleam/io
5
6
import gleam/list
6
7
import gleam/string
7
- import glam/doc . { type Document }
8
8
9
9
pub type JSON {
10
10
String ( String )
Original file line number Diff line number Diff line change
1
+ import glam/doc . { type Document }
1
2
import gleam/io
2
3
import gleam/list
3
- import glam/doc . { type Document }
4
4
5
5
pub type TodoList =
6
6
List ( Task )
Original file line number Diff line number Diff line change
1
+ import birdie
2
+ import examples/error_messages
3
+ import examples/json
4
+ import glam/doc
1
5
import gleam/list
2
6
import gleam/string
3
7
import gleeunit/should
4
- import glam/doc
5
- import examples/json
6
- import examples/error_messages
7
- import birdie
8
8
9
9
pub fn append_test ( ) {
10
10
doc . from_string ( "foo" )
Original file line number Diff line number Diff line change
1
+ import birdie
1
2
import examples/error_messages
2
3
import examples/gleam_lists
3
4
import examples/json
4
5
import examples/todo_lists
5
6
import glam/doc
6
- import birdie
7
7
8
8
pub fn error_messages_in_a_small_space_test ( ) {
9
9
error_messages . errors_to_doc (
You can’t perform that action at this time.
0 commit comments