diff lib/ur/list.urs @ 796:6271f0e3c272

Fix a nasty binding bug in CoreUtil
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 May 2009 09:11:58 -0400
parents dc3fc3f3b834
children e92cfac1608f
line wrap: on
line diff
--- a/lib/ur/list.urs	Thu May 14 08:15:36 2009 -0400
+++ b/lib/ur/list.urs	Thu May 14 09:11:58 2009 -0400
@@ -6,3 +6,4 @@
 
 val mp : a ::: Type -> b ::: Type -> (a -> b) -> t a -> t b
 
+val mapX : a ::: Type -> ctx ::: {Unit} -> (a -> xml ctx [] []) -> t a -> xml ctx [] []