Skip to content

Instantly share code, notes, and snippets.

View billstclair's full-sized avatar

Bill St. Clair billstclair

View GitHub Profile

Keybase proof

I hereby claim:

  • I am billstclair on github.
  • I am billstclair (https://keybase.io/billstclair) on keybase.
  • I have a public key ASD63eNx-4eNpXiRO2hNRvsaB478UbQW5y6lFKizoiJSxAo

To claim this, I am signing this object:

Source code: module Main exposing (main)

import Browser exposing (Document, UrlRequest)
import Browser.Navigation as Nav exposing (Key)
import Html exposing (text)
import Url exposing (Url)


main =
@billstclair
billstclair / elm-compiler-build.md
Last active September 29, 2023 06:07
How to build the Elm 0.19 executable from Haskell source