We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd88ea7 commit 012d0d2Copy full SHA for 012d0d2
src/gleam/dynamic/decode.gleam
@@ -969,9 +969,6 @@ pub fn failure(zero: a, expected: String) -> Decoder(a) {
969
/// build-in `string` decoder) you would define it like so:
970
///
971
/// ```gleam
972
-/// import gleam/dynamic
973
-/// import decode/decode
974
-///
975
/// pub fn string_decoder() -> decode.Decoder(String) {
976
/// let default = ""
977
/// decode.new_primitive_decoder("String", fn(data) {
@@ -1003,9 +1000,6 @@ pub fn new_primitive_decoder(
1003
1000
/// then you may not need to use this function.
1004
1001
1005
1002
1006
1007
-/// import gleam/dynamic/decode
1008
1009
/// type Nested {
1010
/// Nested(List(Nested))
1011
/// Value(String)
0 commit comments