2022-02-12 17:58:14 -08:00
|
|
|
import gleam/io
|
|
|
|
|
// <- include
|
|
|
|
|
// ^ namespace
|
2023-03-08 21:40:09 -05:00
|
|
|
// ^ operator
|
2022-02-12 17:58:14 -08:00
|
|
|
// ^ namespace
|
|
|
|
|
|
|
|
|
|
import cat as kitten
|
|
|
|
|
// <- include
|
|
|
|
|
// ^ namespace
|
|
|
|
|
// ^ keyword
|
|
|
|
|
// ^ namespace
|
|
|
|
|
|
|
|
|
|
import animal/cat.{Cat, stroke}
|
|
|
|
|
// <- include
|
|
|
|
|
// ^ namespace
|
2023-03-08 21:40:09 -05:00
|
|
|
// ^ operator
|
2022-02-12 17:58:14 -08:00
|
|
|
// ^ punctuation.delimiter
|
|
|
|
|
// ^ punctuation.bracket
|
2023-03-08 21:40:09 -05:00
|
|
|
// ^^^ type
|
2022-02-12 17:58:14 -08:00
|
|
|
// ^ punctuation.delimiter
|
2023-03-08 21:40:09 -05:00
|
|
|
// ^^^^^^ function
|
2022-02-12 17:58:14 -08:00
|
|
|
// ^ punctuation.bracket
|