view tests/classFail.ur @ 2131:88a8a656003f

New release
author Adam Chlipala <adam@chlipala.net>
date Sun, 12 Apr 2015 14:19:02 -0400
parents fca4a6d05ac1
children
line wrap: on
line source
val x = show 7
val y = show (8, 9)
val z : (show int * show unit) = _