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
Wrapping a type in Maybe[...] or Optional[...] could function a lot like their Types::Standard counterparts. Right now, Void is being used to skip over unwanted vars (for things like generating automatic constructors that don't want the package name like perl's new() would) in LibUI.pm. Maybe[...] could wrap trailing parameters that might be optional. This might be a code smell upstream though.
The text was updated successfully, but these errors were encountered:
Wrapping a type in Maybe[...] or Optional[...] could function a lot like their Types::Standard counterparts. Right now,
Void
is being used to skip over unwanted vars (for things like generating automatic constructors that don't want the package name like perl'snew()
would) in LibUI.pm. Maybe[...] could wrap trailing parameters that might be optional. This might be a code smell upstream though.The text was updated successfully, but these errors were encountered: