shithub: MicroHs

ref: 9bb5a048bba763551a2725f4be2e721e86452447
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