1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-12 14:50:54 +01:00
luau/prototyping/FFI/Data/Scientific.agda
Alan Jeffrey 041838a942
Prototyping a small subset of Luau in Agda ()
* First cut reading JSON into an Agda representation of Luau syntax
2022-02-08 18:26:58 -06:00

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 #-}