purescript-0.7.0.0: examples/passing/InstanceBeforeClass.purs
module Main where import Prelude instance fooNumber :: Foo Number where foo = 0.0 class Foo a where foo :: a main = Debug.Trace.trace "Done"
module Main where import Prelude instance fooNumber :: Foo Number where foo = 0.0 class Foo a where foo :: a main = Debug.Trace.trace "Done"