This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Graphics.Element exposing (Element, show) | |
import Task exposing (Task, andThen) | |
import Json.Decode exposing (Decoder, int, string, object3, (:=), at, keyValuePairs) | |
import Http | |
type alias Languages = | |
List (String, Int) | |
mailbox = |