Module for handling Extended ICurry files
Author: Marc Andre Wittorf
lookupIECurryFile
:: [String] -> String -> IO (Maybe String)
Look up an Extended ICurry file in the search paths |
getIECurryFile
:: [String] -> String -> IO String
Get an Extended ICurry file in the search paths. |
readIECurry
:: [String] -> String -> IO IEProg
Read an Extended ICurry file. |
writeIECurry
:: [String] -> String -> IEProg -> IO ()
Write an Extended ICurry file. |
Look up an Extended ICurry file in the search paths
|
Get an Extended ICurry file in the search paths. Error if not found
|
Read an Extended ICurry file. Error if not found
|
Write an Extended ICurry file. Find target directory based on source file
|