Skip to content

Commit

Permalink
feat: add plt tag to haskell post
Browse files Browse the repository at this point in the history
  • Loading branch information
MimmyJau committed Sep 8, 2023
1 parent b171635 commit c52306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/randomness-in-haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Randomness in Haskell"
pubDate: "2023-08-23"
author: "MimmyJau"
description: "Reconciling randomness with pure functions."
tags: ["haskell", "fp", "learning in public"]
tags: ["haskell", "fp", "plt", "learning in public"]
---

In Haskell, we want functions to be deterministic. On the other hand we also want randomness (which isn't deterministic).
Expand Down

0 comments on commit c52306c

Please sign in to comment.