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
Dynamic definitions for \data are useful just as member functions for enums are useful in Rust. For example, Haskell has modules like Data.List, Data.Maybe, Data.Either, while we can make them dynamic definitions of corresponding \data types. IMHO this will greatly simplify coding, as well as improve readability.
The text was updated successfully, but these errors were encountered:
Dynamic definitions for
\data
are useful just as member functions forenum
s are useful in Rust. For example, Haskell has modules likeData.List
,Data.Maybe
,Data.Either
, while we can make them dynamic definitions of corresponding\data
types. IMHO this will greatly simplify coding, as well as improve readability.The text was updated successfully, but these errors were encountered: