module Eventloop.Module.StdOut.Types where data StdOutOut = StdOutMessage [Char] deriving (Eq, Show)