mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-16 06:45:44 +08:00
7 lines
180 B
Agda
7 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 #-}
|