comparison lib/ur/listPair.urs @ 801:5f49a6b759cb

Fix nasty bugs with longjmp() looping for uw_set_input(); and bad variable indexes for nested JavaScript in jscomp
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 May 2009 18:13:09 -0400
parents
children 74a1e3bdf430
comparison
equal deleted inserted replaced
800:e92cfac1608f 801:5f49a6b759cb
1 val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit}
2 -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] []