shithub: MicroHs

ref: 5d846d4c9574bdd2ac5204d46cf42005894393e5
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