Skip to content

Commit

Permalink
Remove imports from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zwubs authored and lpil committed Jan 16, 2025
1 parent fd88ea7 commit 012d0d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/gleam/dynamic/decode.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -969,9 +969,6 @@ pub fn failure(zero: a, expected: String) -> Decoder(a) {
/// build-in `string` decoder) you would define it like so:
///
/// ```gleam
/// import gleam/dynamic
/// import decode/decode
///
/// pub fn string_decoder() -> decode.Decoder(String) {
/// let default = ""
/// decode.new_primitive_decoder("String", fn(data) {
Expand Down Expand Up @@ -1003,9 +1000,6 @@ pub fn new_primitive_decoder(
/// then you may not need to use this function.
///
/// ```gleam
/// import gleam/dynamic
/// import gleam/dynamic/decode
///
/// type Nested {
/// Nested(List(Nested))
/// Value(String)
Expand Down

0 comments on commit 012d0d2

Please sign in to comment.