Idris2-boot/tests/ttimp/nest002
Edwin Brady 5383bd89be Fix interaction between as patterns and case
There was a check on evaluating lets which was in Blodwen but I hadn't
added to the normaliser yet! Also, normalisation needs to reduce as
patterns for unification, but not when reducing finished LHS and
argument terms. This is a bit of a hack (but then, so is the
implementation of as patterns in general...).

So, when we're checking a nested expression, we have the as pattern as a
let bound variable (so that it has the necessary computational force)
but when we compile we just pass it as an ordinary argument, then it
gets the desired behaviour in case trees.
2019-05-17 18:47:20 +01:00
..
Case.yaff Fix interaction between as patterns and case 2019-05-17 18:47:20 +01:00
expected Fix interaction between as patterns and case 2019-05-17 18:47:20 +01:00
input Fix interaction between as patterns and case 2019-05-17 18:47:20 +01:00
run Initial implementation of 'case' blocks 2019-05-17 13:52:09 +01:00