Skip to content

Commit b0187f9

Browse files
committed
Remove last question of TP3, which doesn't bring much for learning
1 parent 6eb0b9e commit b0187f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tps/TP3.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ main = do
3535
-- Write a type for filters
3636
-- 4/ Write a function that taskes an URL and a filter, and returns whether
3737
-- the URL passes the filter. Write tests.
38-
-- 5/ Generalize your filter: allow them to be whitelist, i.e. an URL
39-
-- passes the filter only if matches the filter. Write tests.
4038
--
4139
-- Use https://hoogle.haskell.org/ to find the functions you need, for example splitOn:
4240
-- https://hackage.haskell.org/package/split-0.2.5/docs/Data-List-Split.html#v:splitOn

0 commit comments

Comments
 (0)