sporto / elm-tutorial

A guide to building web applications using Elm 0.18
396 stars 117 forks source link

Msgs causes compile fail #152

Closed rwoodnz closed 7 years ago

rwoodnz commented 7 years ago

on the page - Multiple modules

lines like import Messages exposing (Msg)

need to be updated to import Msgs exposing (Msg)

for those of cutting and pasting from the page to be able to build

sporto commented 7 years ago

Just fixed it, thanks