mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 13:30:40 +00:00
041838a942
* First cut reading JSON into an Agda representation of Luau syntax
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 #-}
|
|
|