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 6bfb6a1 commit 751767dCopy full SHA for 751767d
copilot-language/src/Copilot/Language/Operators/Projection.hs
@@ -23,7 +23,7 @@ infixl 8 =$
23
-- | Common interface to manipulate portions of a larger data structure.
24
--
25
-- A projectable d s t means that it is possible to manipulate a sub-element s
26
--- of type t carried in a stream of type d..
+-- of type t carried in a stream of type d.
27
class Projectable d s t | d s -> t where
28
29
-- | Unapplied projection or element access on a type.
0 commit comments