www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 74c707b65dad7420114b6c5f56725a0e070f8bdd
parent a486dc81f7ecc8dab3712c0e906ef3aed13e3bf2
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri,  7 Oct 2016 13:43:25 +0200

Small fix on traversal of unions (doesn't work yet).

Diffstat:
Mtraversal.hl.rkt | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/traversal.hl.rkt b/traversal.hl.rkt @@ -250,9 +250,7 @@ way up, so that a simple identity function can be applied in these cases. @chunk[<type-cases> [(U _Xⱼ …) - (define-temp-ids "_fx" (_Xⱼ …)) - (define-temp-ids "_tx" (_Xⱼ …)) - + #:to (U (_txⱼ _Tᵢ …) …)