view tests/cantSql.ur @ 2196:100352dbae36

Fix tricky case of functor signature subsumption
author Adam Chlipala <adam@chlipala.net>
date Fri, 27 Nov 2015 15:28:12 -0500
parents 218e2a9a53d0
children
line wrap: on
line source
datatype foo = Bar of int

table bad : { A : foo, B : { X : float } }