view tests/polyjs.ur @ 2006:c3b03d099e04

Allow parens grouping joins in FROM clauses
author Adam Chlipala <adam@chlipala.net>
date Tue, 29 Apr 2014 16:47:45 -0400
parents 276fa06428ba
children
line wrap: on
line source
open PolyjsFfi

fun main () : transaction page = return <xml><body>
  <button onclick={fn _ => alert (one "hi" ^ two "bye")}/>
</body></xml>