Skip to content

Instantly share code, notes, and snippets.

View rl-king's full-sized avatar

Ruben Lie King rl-king

View GitHub Profile
@rl-king
rl-king / .elm
Created August 25, 2017 18:25
Code that crashes elm-make
module Main exposing (..)
import Html
import Navigation exposing (Location)
import UrlParser as Url exposing (..)
main : Program Never Model Msg
main =
Navigation.program UrlChange