Copyright | (c) Till Mossakowski Uni Bremen 2002-2006 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | till@informatik.uni-bremen.de |
Stability | provisional |
Portability | non-portable(Logic) |
Safe Haskell | None |
wrapper for static analysis of DOL reading and writing prf-files
Synopsis
- anaLib :: HetcatsOpts -> FilePath -> IO (Maybe (LibName, LibEnv))
- anaLibExt :: HetcatsOpts -> FilePath -> LibEnv -> DGraph -> IO (Maybe (LibName, LibEnv))
- anaLibReadPrfs :: HetcatsOpts -> FilePath -> IO (Maybe (LibName, LibEnv))
Documentation
anaLib :: HetcatsOpts -> FilePath -> IO (Maybe (LibName, LibEnv)) Source #
lookup an env or read and analyze a file
anaLibExt :: HetcatsOpts -> FilePath -> LibEnv -> DGraph -> IO (Maybe (LibName, LibEnv)) Source #
read a file and extended the current library environment
anaLibReadPrfs :: HetcatsOpts -> FilePath -> IO (Maybe (LibName, LibEnv)) Source #