shithub: MicroHs

ref: 8e4405a55b3531c0465b0abcd02a9cc8f14528f1
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