module Eventloop.Module.Websocket.Keyboard.Types where data Keyboard = Key [Char] deriving (Eq, Show)