mirror of
https://github.com/luau-lang/luau.git
synced 2025-03-04 03:01:41 +00:00
7 lines
181 B
Agda
7 lines
181 B
Agda
module FFI.Data.ByteString where
|
|
|
|
{-# FOREIGN GHC import qualified Data.ByteString #-}
|
|
|
|
postulate ByteString : Set
|
|
{-# COMPILE GHC ByteString = type Data.ByteString.ByteString #-}
|
|
|