view tests/longConst.ur @ 2292:23eaec04e0f8

Ran a benchmark!
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 04:08:12 -0500
parents 61c7eb1d3867
children
line wrap: on
line source
val ls = 1 :: 2 :: 3 :: 4 :: 5 :: 6
           :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
           :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
           :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
           :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
           :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
           :: []

fun main () : transaction page = return <xml><body>
  {List.mapX txt ls}<br/>
  {List.mapX txt ls}
</body></xml>