{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.PrependAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of inserting at the beginning if an ordered collection. data PrependAction instance Show PrependAction instance Read PrependAction instance Eq PrependAction instance Typeable PrependAction instance MetaData PrependAction