Skip to content
Snippets Groups Projects
Commit 03c3af48 authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Merge branch changes from daniel

parents 605a10cd 2be59dcf
Branches
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ gradesBetween from to = G <$> inRange (from,to) ...@@ -102,7 +102,7 @@ gradesBetween from to = G <$> inRange (from,to)
numAgents :: Nat -> Rand CL numAgents :: Nat -> Rand CL
numAgents n = CL <$> buildSet I.empty (n+1) numAgents n = CL <$> buildSet I.empty n
where where
buildSet !acc m buildSet !acc m
| m <= 0 = pure acc | m <= 0 = pure acc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment