From 79655b086c036d07806d0c345ffc9e6683891fe4 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 14 May 2009 18:13:09 -0400 Subject: Fix nasty bugs with longjmp() looping for uw_set_input(); and bad variable indexes for nested JavaScript in jscomp --- lib/ur/listPair.urs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/ur/listPair.urs (limited to 'lib/ur/listPair.urs') diff --git a/lib/ur/listPair.urs b/lib/ur/listPair.urs new file mode 100644 index 00000000..55a34b3a --- /dev/null +++ b/lib/ur/listPair.urs @@ -0,0 +1,2 @@ +val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit} + -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] [] -- cgit v1.2.3