Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed May 23, 2024
1 parent 9715aab commit b3fb910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab13.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If `import System.Random` doesn't work for you, you need to install the package
- or globally by `cabal install --lib random`

If you don't have `cabal` (e.g. computers in labs), put the file [`Random.hs`](/code/Random.hs) into
the directory containing your Lab-13 code and replace `import System.Ramdom` with `import Random`.
the directory containing your Lab-13 code and replace `import System.Random` with `import Random`.
:::

The state monad `State s a` is a type constructor taking two parameters `s` and `a` representing
Expand Down

0 comments on commit b3fb910

Please sign in to comment.