liquidhaskell-0.8.10.7: liquid-ghc-prim/src/GHC/Types.hs
module GHC.Types (module Exports) where
import "ghc-prim" GHC.Types as Exports
{-@ embed GHC.Prim.Int# as int @-}
{-@ embed GHC.Prim.Addr# as Str @-}
{-@ embed GHC.Prim.Char# as Char @-}
{-@ embed GHC.Prim.Double# as real @-}
{-@ embed GHC.Prim.Float# as real @-}
{-@ embed GHC.Prim.Word# as int @-}