1 2 3 4 5 6
-- !!! Redefining and using Prelude entities module F where sin :: Float -> Float sin x = (x::Float) f x = Prelude.sin (F.sin x)