view tests/longConst.ur @ 2307:6ae9a2784a45

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 20 Dec 2015 14:39:50 -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>