2022-04-14 12:01:23 +08:00
|
|
|
import gleam/io
|
|
|
|
// <- include
|
|
|
|
// ^ namespace
|
2023-06-18 14:17:38 +08:00
|
|
|
// ^ operator
|
2022-04-14 12:01:23 +08:00
|
|
|
// ^ namespace
|
|
|
|
|
|
|
|
import cat as kitten
|
|
|
|
// <- include
|
|
|
|
// ^ namespace
|
|
|
|
// ^ keyword
|
|
|
|
// ^ namespace
|
|
|
|
|
|
|
|
import animal/cat.{Cat, stroke}
|
|
|
|
// <- include
|
|
|
|
// ^ namespace
|
2023-06-18 14:17:38 +08:00
|
|
|
// ^ operator
|
2022-04-14 12:01:23 +08:00
|
|
|
// ^ punctuation.delimiter
|
|
|
|
// ^ punctuation.bracket
|
2023-06-18 14:17:38 +08:00
|
|
|
// ^^^ type
|
2022-04-14 12:01:23 +08:00
|
|
|
// ^ punctuation.delimiter
|
2023-06-18 14:17:38 +08:00
|
|
|
// ^^^^^^ function
|
2022-04-14 12:01:23 +08:00
|
|
|
// ^ punctuation.bracket
|