Monoid instance for Maybe and two wrappers: First and Last. trac proposal #1189
[haskell-directory.git] / Data / Dynamic.hs-boot
1 {-# OPTIONS -fno-implicit-prelude #-}
2 module Data.Dynamic where
3 import {-# SOURCE #-} Data.Typeable (TypeRep)
4 data Dynamic
5 dynTypeRep :: Dynamic -> TypeRep