summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-12-21 18:01:23 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2010-12-21 18:01:23 -0500
commita2250d46706e9addd882722a5aeb832e8ee034e2 (patch)
tree90ec74ac4d55bd062eab0b9ebb1c161b31dd6167 /lib
parent02e4a322e7a3bcefdfc151c1f65fc5fa4ca4e2e5 (diff)
Basis.cdataChar
Diffstat (limited to 'lib')
-rw-r--r--lib/ur/basis.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 9fa37c5d..025e4281 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -575,6 +575,7 @@ con tag :: {Type} -> {Unit} -> {Unit} -> {Type} -> {Type} -> Type
con xml :: {Unit} -> {Type} -> {Type} -> Type
val cdata : ctx ::: {Unit} -> use ::: {Type} -> string -> xml ctx use []
+val cdataChar : ctx ::: {Unit} -> use ::: {Type} -> char -> xml ctx use []
val tag : attrsGiven ::: {Type} -> attrsAbsent ::: {Type}
-> ctxOuter ::: {Unit} -> ctxInner ::: {Unit}
-> useOuter ::: {Type} -> useInner ::: {Type}