Hi, new to Elm and just playing around. I'm trying to understand why the 
following doesn't work.

> type alias Foo = { bar : String }
> type alias Derp = Foo
> Foo "bar"
{ bar = "bar" } : Repl.Foo
> Derp "herp"
-- NAMING ERROR ---------------------------------------------- 
repl-temp-000.elm

Cannot find variable `Derp`

5|   Derp "herp"
     ^^^^

Any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to