hls-retrie-plugin-2.3.0.0: test/testdata/Class.hs
module Class where
class Identity x where
identity :: x -> x
identity x = x
function x = identity x
module Class where
class Identity x where
identity :: x -> x
identity x = x
function x = identity x