Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
B-rando1 committed Aug 23, 2024
1 parent 3c8f894 commit 66db7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/drasil-code/test/HelloWorld.hs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ helloInitVariables = block [comment "Initializing variables",
assert (listSize (valueOf myOtherList) ?== litInt 4) (litString "myOtherList should have 4 elements"),
assert (valueOf (var "oneIndex" int) ?== litInt 0) (litString "oneIndex should be 0"),
setDecDef (var "s" (setType int)) mainFn (litSet int [litInt 4, litInt 7, litInt 5]),
assert (contains (valueOf $ (var "s" (setType int))) (litInt 7))
assert (contains (valueOf (var "s" (setType int))) (litInt 7))
(litString "Set s should contain 7")]

mySlicedList, mySlicedList2, mySlicedList3, mySlicedList4, mySlicedList5,
Expand Down

0 comments on commit 66db7a7

Please sign in to comment.