shithub: MicroHs

ref: be7610d9cb4fff1fdc555a624801b4d8727c7b68
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