{-# LANGUAGE NoImplicitPrelude #-} module Papa.Base.Export.Data.Int( module P ) where import Data.Int as P( Int , Int8 , Int16 , Int32 , Int64 )