{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.CommentAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of generating a comment about a subject. data CommentAction instance Show CommentAction instance Read CommentAction instance Eq CommentAction instance Typeable CommentAction instance MetaData CommentAction