Closed basile-henry closed 4 years ago
This PR implements the normalization part of #94 It looks to me like the type checking part of this feature is already implemented.
I don't think I fully understand when PartialExpr is needed, so I might have missed some cases that aren't covered by the test suite.
PartialExpr
Hey, welcome back ! Thanks for that, let me have a look
That does the job, thanks !
This PR implements the normalization part of #94 It looks to me like the type checking part of this feature is already implemented.
I don't think I fully understand when
PartialExpr
is needed, so I might have missed some cases that aren't covered by the test suite.