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
Improve type safety by replacing type declarations with newtype declarations. Smart constructors should be used so arbitrary data can't be encapsulated in the newtypes. Helps the compiler catch more errors.
The text was updated successfully, but these errors were encountered:
Improve type safety by replacing
type
declarations withnewtype
declarations. Smart constructors should be used so arbitrary data can't be encapsulated in the newtypes. Helps the compiler catch more errors.The text was updated successfully, but these errors were encountered: