--------------------------------------------------------------------------- -- | -- Module : Main -- Copyright : (c) alpheccar, 2007 -- License : BSD-style -- -- Maintainer : misc@alpheccar.org -- Stability : experimental -- Portability : portable -- -- Description -- -- Some text -- -- See below for examples. ----------------------------------------------------------------------------- module Main where import Convert main = do l <- generateTree "../wurfl.xml" --l <- generateTree "simple.xml" writeFile "../src/WurflVar.h" l