purescript-0.6.9.4: examples/failing/RowConstructors2.purs
module Main where
type Foo r = (x :: Number | r)
type Bar = { | Foo }
main = Debug.Trace.trace "Done"
module Main where
type Foo r = (x :: Number | r)
type Bar = { | Foo }
main = Debug.Trace.trace "Done"