diff --git a/editor/.gitignore b/editor/.gitignore index 86837a3e3..777ec932d 100644 --- a/editor/.gitignore +++ b/editor/.gitignore @@ -1 +1,2 @@ +elm-stuff/** Main.js diff --git a/editor/Main.elm b/editor/Main.elm index cd39231e4..b28b5891a 100644 --- a/editor/Main.elm +++ b/editor/Main.elm @@ -37,7 +37,7 @@ import Elmz.Moore (Moore) import Elmz.Distance as Distance import Elmz.Movement as Movement -type Path = Path.Path -- to avoid conflict with Graphics.Collage.Path +type alias Path = Path.Path -- to avoid conflict with Graphics.Collage.Path ap = E.App builtin s = E.Ref (R.Builtin s)