You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module Elm.Module is build around Name type so I think that Elm.Module.Name is more accurate?
Now Elm.Module.toString means "module name to string".
Module Elm.Package is build around Name type so I think that Elm.Package.Name is more accurate?
Now Elm.Package.toString means "package name to string".
Module Elm.Docs is build around Module type so I think that Elm.Module is more accurate?
I took me time to remember that Package.toString converts package name to string.
The text was updated successfully, but these errors were encountered:
Few questions:
Module
Elm.Module
is build aroundName
type so I think thatElm.Module.Name
is more accurate?Now
Elm.Module.toString
means "module name to string".Module
Elm.Package
is build aroundName
type so I think thatElm.Package.Name
is more accurate?Now
Elm.Package.toString
means "package name to string".Module
Elm.Docs
is build aroundModule
type so I think thatElm.Module
is more accurate?The text was updated successfully, but these errors were encountered: