formatting again

This commit is contained in:
BazookaMusic
2026-06-02 10:41:10 +02:00
parent 2a3cff382c
commit 566a92e555

View File

@@ -38,9 +38,10 @@ 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