packages feed

dingo-core-0.0.2: src/Dingo/Event.hs

module Dingo.Event
       ( Event(..)
       , onEvent
       , emitEvent
       ) where

import Dingo.Internal.EventTypes (Event(..))
import Dingo.Internal.Event (onEvent, emitEvent)