bezirg / hlogo

A Parallel NetLogo variant in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`turtles_on` does not work with single agent as input

bezirg opened this issue · comments

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.