annotate tests/classFail.ur @ 1799:3d922a28370b

Basis.getenv
author Adam Chlipala <adam@chlipala.net>
date Thu, 02 Aug 2012 16:33:25 -0400
parents fca4a6d05ac1
children
rev   line source
adam@1742 1 val x = show 7
adam@1742 2 val y = show (8, 9)
adam@1742 3 val z : (show int * show unit) = _