[GHC] #11083: Documentation clarification for Data.List.isSubsequenceOf
#11083: Documentation clarification for Data.List.isSubsequenceOf -------------------------------------+------------------------------------- Reporter: jura | Owner: Type: bug | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 7.10.2 Keywords: Data.List, | Operating System: Unknown/Multiple isSubsequenceOf | Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- In order to clarify the difference between isInfixOf and isSubsequenceOf, I submit a patch which changes the wording from "The 'isSubsequenceOf' function takes two lists and returns 'True' if the first list is a subsequence of the second list." to "The 'isSubsequenceOf' function takes two lists and returns 'True' if all the elements of the first list occur, in order, in the second. The elements do not have to occur consecutively." -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11083> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11083: Documentation clarification for Data.List.isSubsequenceOf -------------------------------------+------------------------------------- Reporter: jura | Owner: Type: bug | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Data.List, | isSubsequenceOf Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by jura): * Attachment "0001-Data.List.isSubsequenceOf-documentation- clarificatio.patch" added. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11083> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11083: Documentation clarification for Data.List.isSubsequenceOf -------------------------------------+------------------------------------- Reporter: jura | Owner: jura Type: bug | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Data.List, | isSubsequenceOf Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by jura): * owner: => jura -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11083#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11083: Documentation clarification for Data.List.isSubsequenceOf -------------------------------------+------------------------------------- Reporter: jura | Owner: jura Type: bug | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Data.List, | isSubsequenceOf Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D1477 Wiki Page: | -------------------------------------+------------------------------------- Changes (by jura): * differential: => Phab:D1477 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11083#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11083: Documentation clarification for Data.List.isSubsequenceOf -------------------------------------+------------------------------------- Reporter: jura | Owner: jura Type: bug | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Data.List, | isSubsequenceOf Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D1477 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"e2d9821bf611da389df7ab8826b957d37351c29d/ghc" e2d9821b/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="e2d9821bf611da389df7ab8826b957d37351c29d" Data.List.isSubsequenceOf documentation clarification Fixes #11083. Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1477 GHC Trac Issues: #11083 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11083#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11083: Documentation clarification for Data.List.isSubsequenceOf -------------------------------------+------------------------------------- Reporter: jura | Owner: jura Type: bug | Status: closed Priority: lowest | Milestone: 8.0.1 Component: Documentation | Version: 7.10.2 Resolution: fixed | Keywords: Data.List, | isSubsequenceOf Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D1477 Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => fixed * milestone: => 8.0.1 Comment: Thanks Justin! -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11083#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC