Skip to content

Commit 735481a

Browse files
ppartarrsshine
authored andcommitted
Bank Account: extend hint with extra help
1 parent 8dddba3 commit 735481a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

exercises/bank-account/.meta/hints.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ The initial balance of the bank account should be 0.
1414
You will find a dummy data declaration and type signatures already in place,
1515
but it is up to you to define the functions and create a meaningful data type,
1616
newtype or type synonym.
17+
18+
If you need help, here are some additional resources:
19+
20+
- Read about [concurrency](https://en.wikipedia.org/wiki/Concurrent_Haskell) in Haskell.
21+
- Look into the [Software Transactional Memory](https://hackage.haskell.org/package/stm) package and its Transactional Variables.

exercises/bank-account/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ You will find a dummy data declaration and type signatures already in place,
4343
but it is up to you to define the functions and create a meaningful data type,
4444
newtype or type synonym.
4545

46+
If you need help, here are some additional resources:
47+
48+
- Read about [concurrency](https://en.wikipedia.org/wiki/Concurrent_Haskell) in Haskell.
49+
- Look into the [Software Transactional Memory](https://hackage.haskell.org/package/stm) package and its Transactional Variables.
50+
4651

4752

4853
## Getting Started

0 commit comments

Comments
 (0)