cleaning up examples

This commit is contained in:
Ellen Arvidsson 2025-06-28 00:25:37 +02:00
parent 333534a8d1
commit 9db2cb800d
10 changed files with 45 additions and 80 deletions

View file

@ -1,9 +0,0 @@
type A = { x : { y : A } }
type B = { y : { x : B } }
assert { x : B } <: A
assert A <: { x : B }