shithub: MicroHs

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