phc-graph/test/test-flexible-with2b.rkt
2017-05-31 13:39:23 +02:00

15 lines
289 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 type-expander
(require (lib "phc-graph/flexible-with2.hl.rkt")
phc-toolkit/typed-rackunit-extensions)
(with-ρ (Row)
(define-type test
(∀ρ (A #:ρ Row)
( Any Any))))
(with-ρ (Row)
(define-type test2
(∀ρ (A #:ρ Row)
( Any Any))))