-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Default instances for types in dlist
--   
--   This module defines a <a>Default</a> instance for the type
--   <a>DList</a>.
@package data-default-instances-dlist
@version 0.0.1.2


-- | This module defines a <a>Default</a> instance for the type
--   <a>DList</a>.
module Data.Default.Instances.DList
instance Data.Default.Class.Default (Data.DList.Internal.DList a)
