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
At the moment, writing ADTs using Rec, Fold, Unfold is tedious and verbose. We would need some syntactic sugar to make these more convenient to use, e.g. using normal ADT constructors and pattern matching.
The text was updated successfully, but these errors were encountered:
At the moment, writing ADTs using
Rec
,Fold
,Unfold
is tedious and verbose. We would need some syntactic sugar to make these more convenient to use, e.g. using normal ADT constructors and pattern matching.The text was updated successfully, but these errors were encountered: