Skip to content

Instantly share code, notes, and snippets.

View nghamilton's full-sized avatar

Nick Hamilton nghamilton

  • Queensland Functional Programming Lab, Data61, CSIRO
  • Brisbane
View GitHub Profile
@jweir
jweir / App.elm
Last active March 11, 2023 14:05
Work around for Elm Reactor programWithFlags (elm 0.18)
module App exposing (..)
import Html
type alias Flags =
{ name : String }
type alias Model =