Skip to content

Commit

Permalink
Add properties header back to the tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Becker authored and adam-becker committed Feb 4, 2021
1 parent f9008e7 commit 0bbc3fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ Gen.alphaNum |> Gen.printSample;;
.
```

### Properties

#### 👉 Generators can also be created using the `gen` expression

Hedgehog supports a convenient syntax for working with generators through the `gen` expression. Here's a way to define a generator of type `System.Net.IPAddress`:
Expand Down

0 comments on commit 0bbc3fd

Please sign in to comment.