{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.InsertAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of adding at a specific location in an ordered collection. data InsertAction instance Show InsertAction instance Read InsertAction instance Eq InsertAction instance Typeable InsertAction instance MetaData InsertAction