module Prog where
data FunCall = FunCall String [FunCall] | Var String
deriving Show
Copyright By PowCoder代写 加微信 powcoder
type Prog = [ FunCall ]
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com
module Prog where
data FunCall = FunCall String [FunCall] | Var String
deriving Show
Copyright By PowCoder代写 加微信 powcoder
type Prog = [ FunCall ]
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com