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
The goal with this task is to provide a way to emulate DU in erased fashion, for the branching part.
So far, we were generating types and type-test pattern on them.
2 main issues :
Non-exhaustiveness of cases
TP had to be Generative ( => no On-demand types, but rather fully generated)
The text was updated successfully, but these errors were encountered:
The goal with this task is to provide a way to emulate DU in erased fashion, for the branching part.
So far, we were generating types and type-test pattern on them.
2 main issues :
The text was updated successfully, but these errors were encountered: