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 (11 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
module Imports
    ( module X
    ) where

import Prelude as X (zip)
import Control.Monad as X (replicateM)
import Data.List as X (concatMap)

import Foundation as X
import Foundation.Collection as X (nonEmpty_)
import Foundation.Check as X