summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod107.hs
blob: cd660d96af22637830c45cb533c1d85f03750d5d (plain)
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)