purescript-0.7.2.0: examples/failing/RowConstructors3.purs
-- @shouldFailWith KindsDoNotUnify
module Main where
import Prelude
type Foo = { x :: Number }
type Bar = { | Foo }
main = Control.Monad.Eff.Console.log "Done"
-- @shouldFailWith KindsDoNotUnify
module Main where
import Prelude
type Foo = { x :: Number }
type Bar = { | Foo }
main = Control.Monad.Eff.Console.log "Done"