github-tools-0.1.2: src/GitHub/Types/Event.hs
{-# LANGUAGE StrictData #-}
module GitHub.Types.Event where
import Data.Text (Text)
newtype TypeName a = TypeName Text
newtype EventName a = EventName Text
class Event a where
typeName :: TypeName a
eventName :: EventName a