doctest-0.25.0: 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