view tests/empty_record.ur @ 2089:5f15f4ce8f3b

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 06 Dec 2014 15:45:41 -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/>