File: HashMapStrict.hs

package info (click to toggle)
haskell-unordered-containers 0.2.20-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: haskell: 4,446; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (2)
1
2
3
4
5
{-# LANGUAGE CPP #-}

#define STRICT

#include "HashMapLazy.hs"