view tests/capture.ur @ 1738:1a35e75b6967

Catch duplicate top-level module names; fix dropping of constraints during incremental elaboration; document treatment of record types as type class instance types
author Adam Chlipala <adam@chlipala.net>
date Thu, 03 May 2012 09:56:41 -0400
parents 6c00d8af6239
children
line wrap: on
line source
val y = []

type foo = int
val z : list {F : foo} = y