view tests/empty_record.ur @ 2080:f05fcb206571

More HTML5 AJAX widgets
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Nov 2014 15:20:13 -0500
parents e762c96fffb7
children
line wrap: on
line source
val concatX [ctx ::: {Unit}] [use ::: {Type}]
    : list (xml ctx use []) -> xml ctx use []
  = List.foldl join <xml/>