shithub: MicroHs

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