From 555b6a066f6a4a2396ead20e673b363c3706e713 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 6 Jun 2009 15:29:34 -0400 Subject: Fix unbound name problem in Jscomp injectors; more List stuff --- lib/ur/list.urs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ur/list.urs') diff --git a/lib/ur/list.urs b/lib/ur/list.urs index 1b80a9d3..89e7eecb 100644 --- a/lib/ur/list.urs +++ b/lib/ur/list.urs @@ -24,6 +24,9 @@ val filter : a ::: Type -> (a -> bool) -> t a -> t a val exists : a ::: Type -> (a -> bool) -> t a -> bool +val foldlM : m ::: (Type -> Type) -> monad m -> a ::: Type -> b ::: Type + -> (a -> b -> m b) -> b -> t a -> m b + val foldlMap : a ::: Type -> b ::: Type -> c ::: Type -> (a -> b -> c * b) -> b -> t a -> t c * b -- cgit v1.2.3