accelerate-examples-0.13.0.0: examples/smoothlife/Gloss/Event.hs
module Gloss.Event where import Gloss.Simulate import Graphics.Gloss.Interface.Pure.Game react :: Event -> Simulate -> Simulate react _ = id
module Gloss.Event where import Gloss.Simulate import Graphics.Gloss.Interface.Pure.Game react :: Event -> Simulate -> Simulate react _ = id