Mercurial > urweb
view tests/listpair.ur @ 1910:0337d8aed94b
Get SML/NJ support working again
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 22 Nov 2013 09:48:16 -0500 |
parents | 8297968cf7ef |
children |
line wrap: on
line source
val x = 1 :: 2 :: [] val y = 3 :: 4 :: [] fun main () : transaction page = return <xml> {[ListPair.mp plus x y]} </xml>