From d5abcf39153d7ea51e95af3752012e694b2dca4d Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 4 Mar 2015 11:57:23 +0600 Subject: Fix typo in vylist. --- src/vylist.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/vylist.ml b/src/vylist.ml index c7d0396..501a275 100644 --- a/src/vylist.ml +++ b/src/vylist.ml @@ -8,7 +8,7 @@ let rec remove p xs = match xs with | [] -> [] | x :: xs' -> if (p x) then xs' - else x :: (remove p xs) + else x :: (remove p xs') let rec replace p x xs= match xs with -- cgit v1.2.3