shithub: MicroHs

ref: e2eb643f79f482babd16f8ad91c6a0074f4c845b
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