Copyright | (c) 2000 - 2007 Wolfgang Lux 2014 - 2015 Björn Peemöller 2014 Jan Tikovsky 2016 Finn Teegen |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
If a module is recompiled, the compiler has to check whether the
interface file must be updated. This must be done if any exported
entity has been changed, or an export was removed or added. The
function intfEquiv
checks whether two interfaces are
equivalent, i.e., whether they define the same entities.