elm-playground icon indicating copy to clipboard operation
elm-playground copied to clipboard

Cannot write the type signature of the main function because some type is not exposed

Open lucamug opened this issue 6 years ago • 1 comments

I am getting these errors trying to write the type signature of main:

I cannot find a `Playground.Game` type
I cannot find a `Playground.Msg` type
Screen Shot 2019-10-22 at 8 54 49

I am going to send a PR about this issue. Feel free to discard it if you prefer not to expose these types or dealing with this in a different way

lucamug avatar Oct 22 '19 00:10 lucamug

I just found this problem myself.

cjduncana avatar Oct 24 '19 12:10 cjduncana