evancz / elm-playground

Create pictures, animations, and games with Elm!
https://package.elm-lang.org/packages/evancz/elm-playground/latest/
BSD 3-Clause "New" or "Revised" License
107 stars 17 forks source link

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

Open lucamug opened 4 years ago

lucamug commented 4 years ago

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

cjduncana commented 4 years ago

I just found this problem myself.