bezirg / hlogo

A Parallel NetLogo variant in Haskell
Other
7 stars 2 forks source link

`turtles_on` does not work with single agent as input #22

Open bezirg opened 6 years ago

bezirg commented 6 years ago

Works only with agentset as input.

It should be typed instead by turtles_on :: (TurtlePatch (One a), TurtlePatch s) => a -> C s _s' IO Turtles.