Elm:
-- Import under the name "List"
import List
-- Import aliased under the name "JD"
import Json.Decode as JD
-- Import Html, and put the Html type into the unqualified namespace
import Html exposing (Html)
-- Import Http, and put everything from it in the unqualified namespace
import Http exposing (..)