Skip to content

Commit

Permalink
[mmzk] (test) 2015 Part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Oct 10, 2023
1 parent 0239ce6 commit 03d5b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Year2015/Exam.hs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ tester = runTest do
label "Test 'executeBlock'" do
execSumA' [9, 5, 7, 1] 3 ==. [("s", (Local, I 22))]
execGlobalSumA' [9,5,7,1] 3 ==. [("s", (Global, I 22))]
label "Test 'translate'" do
fibMGenerator ==. fibM

newtype EqValue = EqValue { unEQ :: Value }

Expand Down

0 comments on commit 03d5b1d

Please sign in to comment.