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 4dcc2b6 commit 45d6bbeCopy full SHA for 45d6bbe
hackage-security/src/Hackage/Security/TUF/Patterns.hs
@@ -323,7 +323,7 @@ _ex1 = matchDelegation del "A/x/y/z.foo"
323
)
324
325
_ex2 :: Maybe String
326
-_ex2 = either (const Nothing) (`matchDelegation` "A/x/y/z.foo")
+_ex2 = either undefined (`matchDelegation` "A/x/y/z.foo")
327
(parseDelegation "A/*/*/*.foo" "B/*/C/*/*.bar")
328
329
_ex3 :: Either String Delegation
0 commit comments