Skip to content

Commit

Permalink
fixed set example (copied from @emwap's edit to the wiki)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Sep 26, 2012
1 parent 34036bc commit f9901b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ghci> ("hello",("world","!!!"))^._2._1
```

```haskell
ghci> set (_2._1) 42 ("hello","world")
ghci> set (_2._1) 42 ("hello",("world","!!!"))
("hello",(42,"!!!"))
```

Expand Down

0 comments on commit f9901b5

Please sign in to comment.