module Types where import Linear data State = State { pos :: V2 Double , rot :: Double , stop :: Bool , output :: String }