view tests/urlifyVariant.ur @ 2060:cbc8bcf30c99

<cselect> and <coption> type fixes (grandfathered into release)
author Adam Chlipala <adam@chlipala.net>
date Tue, 19 Aug 2014 11:17:39 -0400
parents 02533f681ad2
children
line wrap: on
line source
datatype t = T of variant [A = t]

fun main (x : t) : transaction page = return <xml><body>
  <a link={main x}>Go</a>
</body></xml>