diff lib/ur/basis.urs @ 1979:81bc76aa4acd

Merge in upstream changes.
author Patrick Hurst <phurst@mit.edu>
date Sat, 18 Jan 2014 18:26:24 -0500
parents 155bd0bc4d28 f792a6544093
children a1d3fbdcc897
line wrap: on
line diff
--- a/lib/ur/basis.urs	Mon Dec 09 20:41:24 2013 -0500
+++ b/lib/ur/basis.urs	Sat Jan 18 18:26:24 2014 -0500
@@ -785,6 +785,7 @@
 type id
 val fresh : transaction id
 val giveFocus : id -> transaction unit
+val show_id : show id
 
 val dyn : ctx ::: {Unit} -> use ::: {Type} -> bind ::: {Type} -> [ctx ~ [Dyn]] => unit
           -> tag [Signal = signal (xml ([Dyn] ++ ctx) use bind)] ([Dyn] ++ ctx) [] use bind
@@ -792,6 +793,9 @@
 val active : unit
              -> tag [Code = transaction xbody] body [] [] []
 
+val script : unit
+             -> tag [Code = transaction unit] head [] [] []
+
 val head : unit -> tag [] html head [] []
 val title : unit -> tag [] head [] [] []
 val link : unit -> tag [Id = id, Rel = string, Typ = string, Href = url, Media = string] head [] [] []