Skip to content

Instantly share code, notes, and snippets.

View wmatyjewicz's full-sized avatar

Wojciech Matyjewicz wmatyjewicz

View GitHub Profile
<script>
WALK.ALLOW_MOBILE_VR = false;
</script>
module EagerLaziness where
import Debug
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Html.Lazy as HL
import Signal
type alias Model = { a : String, b : String }