Hets - the Heterogeneous Tool Set
Copyright(c) Till Mossakowski Uni Bremen 2002-2006
LicenseGPLv2 or higher, see LICENSE.txt
Maintainertill@informatik.uni-bremen.de
Stabilityprovisional
Portabilitynon-portable(Logic)
Safe HaskellNone

Driver.AnaLib

Description

wrapper for static analysis of DOL reading and writing prf-files

Synopsis

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 #