Skip to content

Commit

Permalink
Merge pull request #9 from kubukoz/add-law-parameter
Browse files Browse the repository at this point in the history
Add mising parameter to a law
  • Loading branch information
isovector authored Nov 9, 2023
2 parents eeab5a0 + 08619b6 commit af40a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prose/part1/3-scavenge-design.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ consider how `sub` distributes over `clue`. Equally reasonably, we can give the
law:

```{.haskell law="clue/sub"}
∀ (k1 :: Clue) (k2 :: Clue).
∀ (k1 :: Clue) (k2 :: Clue) (c :: Challenge).
clue (sub k1 k2) c = clue k1 (clue k2 c)
```

Expand Down

0 comments on commit af40a63

Please sign in to comment.