File: Windows.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 (12 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
-----------------------------------------------------------------------------
-- |
-- Module      :  Data.Memory.MemMap.Windows
-- Copyright   :  (c) Vincent Hanquez 2014
-- License     :  BSD-style
-- Maintainer  :  Vincent Hanquez
-- Stability   :  provisional
-- Portability :  non-portable (requires Windows)
--
module Data.Memory.MemMap.Windows
    (
    ) where