source: haskell/trunk/FileUtils.hs

Last change on this file was 2, checked in by KOBAYASHI, Shinji, 16 years ago

restructure project tree

File size: 133 bytes
Line 
1import System.Environment
2
3readADL :: String -> String
4readADL file = do cs <- readFile (file ++ ".adl")
5 return cs
Note: See TracBrowser for help on using the repository browser.