shithub: MicroHs

ref: 4ea137c093efefee625657f7f4e76bd41a5ef1db
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