module Language.MSH.NewExpr where

data NewExpr = NewExpr {
    newClassName :: String,
    newArgs      :: String
}