annotate tests/prim.ur @ 829:20fe00fd81da

Substring functions; fix a nasty MonoReduce pattern match substitution bug
author Adam Chlipala <adamc@hcoop.net>
date Sat, 30 May 2009 13:29:00 -0400
parents 71bafe66dbe1
children
rev   line source
adamc@14 1 val zero = 0
adamc@14 2 val pi = 3.14159
adamc@14 3 val welcome = "Hello world!"