A.hs

module A (B.f) where

import A as B
import B

f = f

Plain-text version of A.hs | Valid HTML?