From 01c379cbff1dd59486da18916a49530ea0dd4f87 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 28 Nov 2012 16:56:45 -0500 Subject: Allow any FFI module to declare new HTML tags --- tests/ffitag.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ffitag.ur (limited to 'tests/ffitag.ur') diff --git a/tests/ffitag.ur b/tests/ffitag.ur new file mode 100644 index 00000000..43ec5bf7 --- /dev/null +++ b/tests/ffitag.ur @@ -0,0 +1,3 @@ +open Tagffi + +fun main () : transaction page = return test -- cgit v1.2.3