Skip to content

Commit

Permalink
Fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Dec 18, 2024
1 parent fbdb977 commit 027b6e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ h2 = g .**. f2

-- Three arguments

f3 :: Int -> Double -> String
f3 :: Int -> Double -> String -> Char
f3 = undefined

h3 :: Int -> Double -> Char
h3 :: Int -> Double -> String -> Char
h3 = g .**. f3
```
```

0 comments on commit 027b6e2

Please sign in to comment.