shithub: MicroHs

ref: 3521e29f7e94536ba1f6cf603e314ac64440017d
dir: /tests/RecMdlA.hs/

View raw version
module RecMdlA where
import {-# SOURCE #-} RecMdl

data A = A1 | A2 B
  deriving (Show)

g :: Int -> Int
g x = h x * 2