more specific comment

This commit is contained in:
BazookaMusic
2026-06-01 18:20:50 +02:00
parent c610af88d3
commit 2a3cff382c

View File

@@ -38,7 +38,9 @@ signature module BoundDefinitions<LocationSig Location> {
predicate interestingExprBound(Expr e);
}
/** Provides classes for representing abstract bounds for use in, for example, range analysis. */
/** Provides classes for representing abstract bounds for use in, for example, range analysis.
* This is a generic implementation of bounds that relies on language specific modules to provide language-specific definitions of expressions, SSA variables, etc.
*/
overlay[local?]
module Bound<LocationSig Location, BoundDefinitions<Location> Defs> {
private import Defs