shithub: MicroHs

ref: 37a178d694b1d62b93c38ea883c9b2df2c632f25
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