Skip to content

Commit

Permalink
M.fromList -> Map.fromList in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedja authored Dec 2, 2023
1 parent b377658 commit 72d536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The result of the call above is:
Just
(Result
{ objectiveVar = 7 -- Integer representing objective function
, varValMap = M.fromList
, varValMap = Map.fromList
[ (7, 29) -- Value for variable 7, so max(3x1 + 5x2) = 29.
, (1, 3) -- Value for variable 1, so x1 = 3
, (2, 4) -- Value for variable 2, so x2 = 4
Expand Down

0 comments on commit 72d536a

Please sign in to comment.