mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
041838a942
* First cut reading JSON into an Agda representation of Luau syntax
8 lines
181 B
Agda
8 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 #-}
|
|
|