view tests/rcapture.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
fun frob x = x

fun foo [a] (x : a) = frob x