purescript-0.10.4: examples/passing/HasOwnProperty.purs
module Main where
import Control.Monad.Eff.Console (log)
main = log ({hasOwnProperty: "Hi"} {hasOwnProperty = "Done"}).hasOwnProperty
module Main where
import Control.Monad.Eff.Console (log)
main = log ({hasOwnProperty: "Hi"} {hasOwnProperty = "Done"}).hasOwnProperty