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
👍 I like this a lot! Shaping data is one of the biggest and most important tasks I find myself in when working with the large, unkempt codebase that is my current job ;)
This is a great, non-intrusive (vs creating ADTs for everything) way of adding some safety around the data floating around my application.
Using
$.test
in conjunction withS.get
,S.gets
, orS.parseJson
is incredibly powerful. Consider these examples:We could provide
_
-suffixed variants for convenience:One could then write:
👍 / 👎 ?
The text was updated successfully, but these errors were encountered: