Skip to content

Unnecessary import in 8.2.2 #49

Description

@kantuni

The string import is unnecessary (in the Defining a Parser section) as Parser.string is used in the rest of the code.

import Url.Parser as Parser exposing ((</>), Parser, s, string)

should be

import Url.Parser as Parser exposing ((</>), Parser, s)

This import is also present in Listing 8.4.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions