aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-19 12:47:10 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-19 12:47:10 -0400
commit54d7cbad02005212c4171b7d652416c75a93aa37 (patch)
treea51f905aff94143b7019859ff0407d1935e177f9 /demo
parent8476261d4f4a9a67119abc05cb40907ad979b4de (diff)
Proper configuration and installation
Diffstat (limited to 'demo')
-rw-r--r--demo/hello.ur9
-rw-r--r--demo/hello.urp2
-rw-r--r--demo/hello.urs1
3 files changed, 12 insertions, 0 deletions
diff --git a/demo/hello.ur b/demo/hello.ur
new file mode 100644
index 00000000..93134608
--- /dev/null
+++ b/demo/hello.ur
@@ -0,0 +1,9 @@
+fun main () = return <xml>
+ <head>
+ <title>Hello world!</title>
+ </head>
+
+ <body>
+ <h1>Hello world!</h1>
+ </body>
+</xml>
diff --git a/demo/hello.urp b/demo/hello.urp
new file mode 100644
index 00000000..3e23ae48
--- /dev/null
+++ b/demo/hello.urp
@@ -0,0 +1,2 @@
+
+hello
diff --git a/demo/hello.urs b/demo/hello.urs
new file mode 100644
index 00000000..6ac44e0b
--- /dev/null
+++ b/demo/hello.urs
@@ -0,0 +1 @@
+val main : unit -> transaction page