packages feed

haskell-src-exts-1.24.0: tests/examples/ClassDeclSrcSpan.hs

class C1 a where
    toString :: a -> String

t1 :: String
t1 = "Hello"