luau/prototyping/FFI/Data/Vector.agda
2022-02-03 14:49:33 -06:00

7 lines
191 B
Agda

module FFI.Data.Vector where
{-# FOREIGN GHC import qualified Data.Vector #-}
postulate Vector : Set Set
{-# POLARITY Vector ++ #-}
{-# COMPILE GHC Vector = type Data.Vector.Vector #-}