File: PrimOps.hs

package info (click to toggle)
haskell-text-short 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: haskell: 1,149; ansic: 386; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE Unsafe    #-}

module PrimOps ( compareByteArrays# ) where

import           GHC.Exts (compareByteArrays#)