packages feed

papa-0.4.0: src/Papa/Base/Data/Int.hs

{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}

module Papa.Base.Data.Int (
  module P,
) where

import Data.Int as P (
  Int,
  Int16,
  Int32,
  Int64,
  Int8,
 )