File: Imports.hs

package info (click to toggle)
haskell-memory 0.18.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: haskell: 3,362; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- |
-- Module      : Data.Memory.Internal.Imports
-- License     : BSD-style
-- Maintainer  : Vincent Hanquez <vincent@snarc.org>
-- Stability   : experimental
-- Portability : unknown
--
{-# LANGUAGE CPP #-}
module Data.Memory.Internal.Imports
    ( module X
    ) where

import Data.Word                    as X
import Control.Applicative          as X
import Control.Monad                as X (forM, forM_, void, when)
import Control.Arrow                as X (first, second)
import Data.Memory.Internal.DeepSeq as X