shithub: MicroHs

ref: 66c7fd6779c2e4c0032532edb3679a383d41b01e
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