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
6 lines
180 B
Agda
6 lines
180 B
Agda
module FFI.Data.Scientific where
|
|
|
|
{-# FOREIGN GHC import qualified Data.Scientific #-}
|
|
|
|
postulate Scientific : Set
|
|
{-# COMPILE GHC Scientific = type Data.Scientific.Scientific #-}
|