blob: db7f3ed06e3c42a56488d49603d3ec24c91dbca2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE MagicHash #-}
module Ticket112 where
import GHC.Prim
-- | ...given a raw 'Addr#' to the string, and the length of the string.
f :: a
f = undefined
|