We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb0b9e commit b0187f9Copy full SHA for b0187f9
tps/TP3.hs
@@ -35,8 +35,6 @@ main = do
35
-- Write a type for filters
36
-- 4/ Write a function that taskes an URL and a filter, and returns whether
37
-- 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.
40
--
41
-- Use https://hoogle.haskell.org/ to find the functions you need, for example splitOn:
42
-- https://hackage.haskell.org/package/split-0.2.5/docs/Data-List-Split.html#v:splitOn
0 commit comments