~ubuntu-branches/ubuntu/wily/haskell-intern/wily-proposed

« back to all changes in this revision

Viewing changes to Data/Interned.hs

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2013-07-27 22:51:53 UTC
  • Revision ID: package-import@ubuntu.com-20130727225153-5i4fx9lm18wjic9l
Tags: upstream-0.9.1.1
ImportĀ upstreamĀ versionĀ 0.9.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module Data.Interned
 
2
  ( Interned(..)
 
3
  , Uninternable(..)
 
4
  , mkCache
 
5
  , Cache
 
6
  , cacheSize
 
7
  , Id
 
8
  , intern
 
9
  ) where
 
10
 
 
11
import Data.Interned.Internal