Skip to content

Instantly share code, notes, and snippets.

View mark-jordanovic-lewis's full-sized avatar
🏠
Working from home

Mark JL (_jail) mark-jordanovic-lewis

🏠
Working from home
  • SenseOn
  • morbidslug@home
View GitHub Profile
@yang-wei
yang-wei / keyValuePairs.elm
Last active May 1, 2019 05:36
Json.Decode example
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 =