Skip to content

Commit

Permalink
Duplicate module synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Sep 23, 2024
1 parent 7112baf commit d76e40e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/framework/contextGasLifter.mli
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
(** Lifts a [Spec] with the context gas variable. The gas variable limits the number of context-sensitively analyzed function calls in a call stack.
For every function call the gas is reduced. If the gas is zero, the remaining function calls are analyzed without context-information *)

(** Gets the appropriate lifter (either local or per-function). Should only be called when context gas is active. *)
val get_gas_lifter : unit -> (module Analyses.Spec2Spec)

0 comments on commit d76e40e

Please sign in to comment.