Skip to content

Commit e7b1a56

Browse files
committed
Add Hedgehog tag
1 parent 0d33a38 commit e7b1a56

8 files changed

+8
-8
lines changed

_posts/2017-09-18-the-test-data-generator-functor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "The Test Data Generator functor"
44
description: "A Test Data Generator modelled as a functor."
55
date: 2017-09-18 7:55 UTC
6-
tags: [Unit Testing, Software Design, FsCheck]
6+
tags: [Unit Testing, Software Design, FsCheck, Hedgehog]
77
---
88
{% include JB/setup %}
99

_posts/2017-10-23-convex-hull-monoid.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Convex hull monoid"
44
description: "The union of convex hulls form a monoid. Yet another non-trivial monoid example, this time in F#."
55
date: 2017-10-23 12:32 UTC
6-
tags: [Software Design, F#, Unit Testing]
6+
tags: [Software Design, F#, Unit Testing, Hedgehog]
77
image: "/content/binary/convex-hull-union.png"
88
image_alt: "A union of two convex hulls."
99
---

_posts/2018-11-26-the-test-data-generator-applicative-functor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "The Test Data Generator applicative functor"
44
description: "Test Data Generator modelled as an applicative functor, with examples in C# and F#."
55
date: 2018-11-26 7:24 UTC
6-
tags: [Software Design, F#, Unit Testing]
6+
tags: [Software Design, F#, Unit Testing, Hedgehog]
77
---
88
{% include JB/setup %}
99

_posts/2019-03-25-an-example-of-state-based-testing-in-f.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "An example of state based-testing in F#"
44
description: "While F# is a functional-first language, it's okay to occasionally be pragmatic and use mutable state, for example to easily write some sustainable state-based tests."
55
date: 2019-03-25 6:34 UTC
6-
tags: [Unit Testing, F#, Property-based Testing]
6+
tags: [Unit Testing, F#, Property-based Testing, Hedgehog]
77
---
88
{% include JB/setup %}
99

_posts/2022-12-05-github-copilot-preliminary-experience-report.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "GitHub Copilot preliminary experience report"
44
description: "Based on a few months of use."
55
date: 2022-12-05 8:37 UTC
6-
tags: [Productivity, Code]
6+
tags: [Productivity, Code, Hedgehog]
77
---
88
{% include JB/setup %}
99

_posts/2023-02-27-test-data-generator-monad.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Test Data Generator monad"
44
description: "With examples in C# and F#."
55
date: 2023-02-27 7:10 UTC
6-
tags: [Software Design, Unit Testing, Property-based Testing]
6+
tags: [Software Design, Unit Testing, Property-based Testing, Hedgehog]
77
---
88
{% include JB/setup %}
99

_posts/2024-01-15-a-range-kata-implementation-in-f.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "A Range kata implementation in F#"
44
description: "This time with some property-based testing."
55
date: 2024-01-15 7:20 UTC
6-
tags: [Functional Programming, F#, Property-based Testing]
6+
tags: [Functional Programming, F#, Property-based Testing, Hedgehog]
77
---
88
{% include JB/setup %}
99

_posts/2024-02-12-range-as-a-functor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Range as a functor"
44
description: "With examples in C#, F#, and Haskell."
55
date: 2024-02-12 6:59 UTC
6-
tags: [Functional Programming, Software Design, F#, Haskell, Property-based Testing]
6+
tags: [Functional Programming, Software Design, F#, Haskell, Property-based Testing, Hedgehog]
77
image: "/content/binary/three-ranges-on-number-lines.png"
88
image_alt: "Four number lines, each with a range interpretation drawn in."
99
---

0 commit comments

Comments
 (0)