[Haskell-cafe] a novice Alex question

2006-08-25 Thread Xiong Yingfei
-- The token type: data Token = Let | In| Sym Char | Var String | Int Int deriving (Eq,Show) } -- Xiong, Yingfei (熊英飞) Ph.D. Student Institute of Software School of Electronics Engineering and Computer Science Peking University Beijing, 100871, PRC. Web: http

[Haskell-cafe] question on traversing syntax tree

2006-08-24 Thread Xiong Yingfei
the syntax tree and only stop on the Term data type. Can anyone tell me something about it? Thanks a lot. -- Xiong, Yingfei (熊英飞) Ph.D. Student Institute of Software School of Electronics Engineering and Computer Science Peking University Beijing, 100871, PRC. Web: http