thalerjonathan / chimera

A library for pure functional Agent-Based Simulation in Haskell
GNU General Public License v3.0
13 stars 0 forks source link

Add mk* prefix to functions which construct something #17

Open thalerjonathan opened 6 years ago

thalerjonathan commented 6 years ago

e.g. instead of agentIn :: AgentIn o d e it should be mkAgentIn :: AgentIn o d e