AST
data Cmd Source #
Constructors
Defined in AST
Methods
showsPrec :: Int -> Cmd -> ShowS #
show :: Cmd -> String #
showList :: [Cmd] -> ShowS #
type AST = [Cmd] Source #