purescript-0.9.1: examples/docs/src/Clash2a.purs
module Clash2a where value :: String value = "hello" type Type = String class TypeClass a b where typeClassMember :: a -> b
module Clash2a where value :: String value = "hello" type Type = String class TypeClass a b where typeClassMember :: a -> b