diff options
author | Sergey Mironov <grrwlf@gmail.com> | 2013-10-07 14:08:10 +0400 |
---|---|---|
committer | Sergey Mironov <grrwlf@gmail.com> | 2013-10-07 14:08:10 +0400 |
commit | 521ba1a43e3d75deec4dcf2eafdf7e4e7b72b15e (patch) | |
tree | 21fe674ade327eba98964f3060a35e7f73a1def4 /lib | |
parent | e92b616737083d2f847db38c9cb8918f96595a04 (diff) |
Add show instance for 'id' type
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 73cef3d2..eefb5d2c 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -775,6 +775,7 @@ val redirect : t ::: Type -> url -> transaction t 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 |