shithub: MicroHs

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