phc-graph/test/test-flexible-with2.rkt
2017-05-25 18:23:37 +02:00

21 lines
588 B
Racket
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#lang phc-graph/xtyped
(require "../flexible-with2.hl.rkt"
phc-toolkit/typed-rackunit-extensions)
(check-ann ((record-builder 4 1 2 4 7 14) 'a 'b 'c 'd 'e)
(Pairof
(Pairof
(Pairof (Pairof empty1/τ 'a) (Pairof 'b empty1/τ))
(Pairof (Pairof 'c empty1/τ) (Pairof empty1/τ 'd)))
(Pairof empty4/τ (Pairof empty2/τ (Pairof 'e empty1/τ)))))
(with-ρ (Row)
(define-type test
(∀ρ (A #:ρ Row)
( (List A Row)
(record a b . Row)
(List A Row)
(record a c . Row)))))