doctest-parallel-0.2: test/extract/type-class/Foo.hs
module Foo where class ToString a where -- | Convert given value to a string. toString :: a -> String
module Foo where class ToString a where -- | Convert given value to a string. toString :: a -> String