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 da1867d commit 9605e2bCopy full SHA for 9605e2b
text/chapter6.md
@@ -614,6 +614,7 @@ Another reason to define a superclass relationship is in the case where there is
614
```haskell
615
instance repeatAction :: Action Multiply String
616
```
617
+ _Hint_: Search Pursuit for a helper-function with the signature `String -> Int -> String`. Note that `String` might appear as a more generic type.
618
619
Does this instance satisfy the laws listed above?
620
1. (Medium) Write an instance `Action m a => Action m (Array a)`, where the action on arrays is defined by acting on each array element independently.
0 commit comments