File: Interned.hs

package info (click to toggle)
haskell-intern 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: haskell: 952; makefile: 2; sh: 1
file content (11 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
module Data.Interned
  ( Interned(..)
  , Uninternable(..)
  , mkCache
  , Cache
  , cacheSize
  , Id
  , intern
  ) where

import Data.Interned.Internal